Skip to content

Commit

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

Bump docker/login-action from 1 to 3
  • Loading branch information
manthey authored Oct 18, 2023
2 parents b1765d7 + 33915a7 commit 8b989c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Log into the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: token
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
fetch-depth: 0
- name: Log into the Container registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: token
Expand Down

0 comments on commit 8b989c3

Please sign in to comment.