We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aad03b commit 1ef3ef0Copy full SHA for 1ef3ef0
.github/workflows/build-push.yml
@@ -120,8 +120,8 @@ jobs:
120
SFX=${{ steps.vars.outputs.sfx }}
121
URL=ghcr.io/${{ github.repository_owner }}/${IMG}
122
buildah manifest create ${IMG}
123
- buildah manifest add ${IMG} oci:${IMG}-amd64-oci${SFX}
124
- buildah manifest add ${IMG} oci:${IMG}-arm64-oci${SFX}
+ buildah manifest add ${IMG} oci:${IMG}-oci-amd64${SFX}
+ buildah manifest add ${IMG} oci:${IMG}-oci-arm64${SFX}
125
buildah manifest push --all -f oci ${IMG} docker://${URL}:${TAG}
126
- uses: ncipollo/release-action@v1
127
with:
0 commit comments