Skip to content

Commit 055444b

Browse files
author
mike dupont
committed
plaforms
1 parent 433f2d4 commit 055444b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/image.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ jobs:
5757
id: push
5858
uses: meta-introspector/build-push-action@v5.0.0
5959
with:
60-
platforms: linux/amd64,linux/arm64
61-
context: .
62-
push: true
63-
tags: ${{ steps.meta.outputs.tags }}
64-
labels: ${{ steps.meta.outputs.labels }}
60+
use: linux/amd64,linux/arm64
61+
platforms: linux/amd64,linux/arm64
62+
context: .
63+
push: true
64+
tags: ${{ steps.meta.outputs.tags }}
65+
labels: ${{ steps.meta.outputs.labels }}
6566

6667
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
6768
- name: Generate artifact attestation

0 commit comments

Comments
 (0)