Skip to content

Commit

Permalink
Merge pull request #189 from Blockdaemon/ci/build-push
Browse files Browse the repository at this point in the history
ci: revert build push action
  • Loading branch information
adamj99 authored Jun 18, 2024
2 parents d27c4bc + bb2bd34 commit 92da439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/build-push-action@v6
- uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 92da439

Please sign in to comment.