Skip to content

Commit

Permalink
Merge pull request #406 from filecoin-project/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/docker/build-push-action-4

Bump docker/build-push-action from 2 to 4
  • Loading branch information
galargh authored Jun 19, 2023
2 parents b78af0e + f5c0131 commit 1935318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push to Docker Hub
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: .
pull: true
Expand Down

0 comments on commit 1935318

Please sign in to comment.