Skip to content

Commit

Permalink
Merge pull request #70 from nirmata/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-3

chore(deps): Bump docker/login-action from 2 to 3
  • Loading branch information
realshuting authored Nov 17, 2023
2 parents 69ab2cb + cb0a427 commit 42ecff6
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-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
build-cache-key: publish-images
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
build-cache-key: publish-images
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 42ecff6

Please sign in to comment.