Skip to content

Commit

Permalink
chore: try downgrading to buildx v3 action
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 17, 2023
1 parent 81ab038 commit b2a61f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: build+push
timeout-minutes: 120 # prevents this to run indeterminatly
uses: docker/build-push-action@v5
uses: docker/build-push-action@v3
with:
platforms: linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7
file: docker/Dockerfile
Expand Down

0 comments on commit b2a61f0

Please sign in to comment.