Skip to content

Commit 503d09d

Browse files
authored
Merge pull request #280 from ClimateImpactLab/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents c290e73 + 8a99db5 commit 503d09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
type=edge
2626
type=semver,pattern={{version}}
2727
- name: Docker login
28-
uses: docker/login-action@v3
28+
uses: docker/login-action@v4
2929
with:
3030
registry: ${{ env.REGISTRY_NAME }}
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)