Skip to content

Commit

Permalink
ci: bump docker/login-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Mar 15, 2024
1 parent 5224483 commit 68163d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
${{ steps.prepare.outputs.buildx_args }}
- name: Docker Login
if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || startsWith(github.ref, 'refs/tags/'))
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ steps.prepare.outputs.docker_username }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 68163d3

Please sign in to comment.