Skip to content

Commit

Permalink
Merge pull request #14 from danvergara/fix-docker-action-platforms
Browse files Browse the repository at this point in the history
fix(actions): delete list of platforms
  • Loading branch information
danvergara authored Jul 26, 2021
2 parents 1b14a85 + af17b83 commit f847723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit f847723

Please sign in to comment.