Skip to content

Commit

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

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
crazy-max committed Feb 2, 2024
2 parents 852eac7 + 987649e commit 7e2ee5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
bake-target: meta-helper
-
name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ inputs.release || github.event_name == 'schedule' }}
with:
username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
Expand Down

0 comments on commit 7e2ee5a

Please sign in to comment.