Skip to content

Commit

Permalink
ci: multi platform provenance false
Browse files Browse the repository at this point in the history
  • Loading branch information
felixerdy committed Dec 30, 2024
1 parent 747c5bf commit 670da5b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/registry-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,19 @@ jobs:
prefix=
suffix=
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
target: production
push: true
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
provenance: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 670da5b

Please # to comment.