Skip to content

Commit

Permalink
Merge pull request #28 from appuio/renovate/docker-login-action-3.x
Browse files Browse the repository at this point in the history
Update docker/login-action action to v3
  • Loading branch information
bastjan authored Jul 22, 2024
2 parents 8f3868c + 9d17408 commit 59487e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Login to Quay.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.QUAY_IO_USER }}
Expand Down

0 comments on commit 59487e2

Please sign in to comment.