Skip to content

Commit 1fe9512

Browse files
authored
Merge pull request #72 from filecoin-project/dependabot/github_actions/docker/build-push-action-4
chore(deps): bump docker/build-push-action from 2 to 4
2 parents 97f5579 + 7abb1c5 commit 1fe9512

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
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Build and push Docker image
49-
uses: docker/build-push-action@v2
49+
uses: docker/build-push-action@v4
5050
with:
5151
context: .
5252
push: true

0 commit comments

Comments
 (0)