Skip to content

Commit

Permalink
Update deprecated docker login action
Browse files Browse the repository at this point in the history
  • Loading branch information
joonashak committed Jul 9, 2024
1 parent 66e58ec commit 02492ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Load image
run: docker load --input /tmp/keijo.tar
- name: Login to GHCR
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 02492ed

Please sign in to comment.