Skip to content

Commit

Permalink
Merge pull request #748 from traPtitech/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-3

⬆️ Bump docker/login-action from 2 to 3
  • Loading branch information
H1rono authored May 10, 2024
2 parents ead4077 + 4c23ae5 commit 0568f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
steps:
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: traptitech
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
packages: write
steps:
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: traptitech
Expand Down

0 comments on commit 0568f3e

Please sign in to comment.