Skip to content

Commit 346d371

Browse files
authored
Merge pull request #21 from DODSLeague/dependabot/github_actions/docker/login-action-3.0.0
Bump docker/login-action from 2.2.0 to 3.0.0
2 parents b3e15f8 + 5455e81 commit 346d371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
no-cache: true
4545
- name: Login to DockerHub
4646
if: ${{ github.event_name != 'pull_request' }}
47-
uses: docker/login-action@v2.2.0
47+
uses: docker/login-action@v3.0.0
4848
with:
4949
username: ${{ secrets.DOCKERHUB_USERNAME }}
5050
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)