Skip to content

Commit

Permalink
Merge pull request celestiaorg#689 from celestiaorg/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/docker/build-push-action-3
  • Loading branch information
Wondertan authored May 12, 2022
2 parents d27f55b + f37e2f5 commit 1d6231b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
platforms: linux/amd64, linux/arm64
push: true
Expand Down

0 comments on commit 1d6231b

Please sign in to comment.