Skip to content

Commit

Permalink
Merge pull request #358 from silvenon/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
silvenon authored Nov 19, 2023
2 parents f88fa97 + 16ec552 commit 9bd427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Fly Registry Auth
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: registry.fly.io
username: x
Expand Down

0 comments on commit 9bd427d

Please sign in to comment.