Skip to content

Commit 97f5579

Browse files
authored
Merge pull request #73 from filecoin-project/dependabot/github_actions/docker/login-action-2
chore(deps): bump docker/login-action from 1 to 2
2 parents 352205a + 719c872 commit 97f5579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
type=ref,event=pr
4040
4141
- name: Log in to the Container registry
42-
uses: docker/login-action@v1
42+
uses: docker/login-action@v2
4343
with:
4444
registry: ${{ env.REGISTRY }}
4545
username: ${{ github.actor }}

0 commit comments

Comments
 (0)