Skip to content

Commit f80b4dc

Browse files
authored
Merge pull request #20 from scientificcomputing/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 542b0f5 + cc9edc7 commit f80b4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v4
3535

3636
- name: Log in to the Container registry
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@v4
3838
with:
3939
registry: ${{ env.REGISTRY }}
4040
username: ${{ github.actor }}

0 commit comments

Comments
 (0)