Skip to content

Commit

Permalink
Merge pull request #47 from notional-labs/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/login-action-2

Bump docker/login-action from 1 to 2
  • Loading branch information
faddat committed Aug 27, 2022
2 parents e1a3e7f + 4582bcb commit 1526b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v3

- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 1526b85

Please sign in to comment.