Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 625f952 commit 44d87f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-compose/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: "composite"
steps:
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: inputs.DOCKERHUB_LOGIN == 'true'
with:
username: ${{ env.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runs:
# password: ${{ env.GCLOUD_ACCESS_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: inputs.TAG_ONLY == 'false'
# if: contains(inputs.REGISTRY, 'docker.com' )
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 44d87f5

Please sign in to comment.