mirror of
https://github.com/versity/versitygw.git
synced 2026-08-17 04:36:19 +00:00
fix(chart): use docker login for helm and cosign
This commit is contained in:
@@ -34,7 +34,11 @@ jobs:
|
||||
|
||||
- name: Login to GHCR
|
||||
if: steps.check.outputs.new == 'true'
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io -u versity --password-stdin
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: versity
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push chart
|
||||
if: steps.check.outputs.new == 'true'
|
||||
|
||||
Reference in New Issue
Block a user