Skip to content

Commit

Permalink
2023-10-17
Browse files Browse the repository at this point in the history
  • Loading branch information
andreswebs committed Oct 17, 2023
1 parent d9c2714 commit 213eb46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
registry: ${{ env.CONTAINER_REGISTRY }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
provenance: false
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ecr-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
registry: ${{ env.CONTAINER_REGISTRY }}
platforms: linux/amd64,linux/arm64
push: true
provenance: false
Expand Down

0 comments on commit 213eb46

Please sign in to comment.