Skip to content

Commit

Permalink
Merge pull request #21 from bow/dependabot/github_actions/docker/logi…
Browse files Browse the repository at this point in the history
…n-action-3

chore: Bump docker/login-action from 2 to 3
  • Loading branch information
bow authored Nov 10, 2023
2 parents 1a12a33 + 132795a commit 55290ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Login to container registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 55290ca

Please sign in to comment.