Skip to content

Commit

Permalink
Merge pull request #602 from Constantin07/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/docker/login-action-3.3.0

Bump docker/login-action from 3.2.0 to 3.3.0 in /.github/workflows
  • Loading branch information
Constantin07 committed Jul 22, 2024
2 parents 4a34200 + 4fd8439 commit 8ada6c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tool-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to Docker Hub
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vault-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to Docker Hub
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
driver-opts: image=moby/buildkit:master

- name: Login to Docker Hub
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 8ada6c8

Please sign in to comment.