Skip to content

Commit

Permalink
Try fix pushing to OCI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuMori committed Nov 24, 2024
1 parent 799ca14 commit bf52540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ jobs:
config: .cr.yaml

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Charts to GHCR
run: |
shopt -s nullglob
for pkg in .cr-release-packages/*; do
if [ -z "${pkg:-}" ]; then
break
Expand Down

0 comments on commit bf52540

Please sign in to comment.