fix(chart): use docker login for helm and cosign

This commit is contained in:
Anthony Clerici
2026-03-09 00:03:30 -07:00
parent dde4cac1fa
commit 53ce309719
+5 -1
View File
@@ -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'