Skip to content

Commit 1ef3ef0

Browse files
committed
.gíthub: swap order of oci and $arch in directory name
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 8aad03b commit 1ef3ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ jobs:
120120
SFX=${{ steps.vars.outputs.sfx }}
121121
URL=ghcr.io/${{ github.repository_owner }}/${IMG}
122122
buildah manifest create ${IMG}
123-
buildah manifest add ${IMG} oci:${IMG}-amd64-oci${SFX}
124-
buildah manifest add ${IMG} oci:${IMG}-arm64-oci${SFX}
123+
buildah manifest add ${IMG} oci:${IMG}-oci-amd64${SFX}
124+
buildah manifest add ${IMG} oci:${IMG}-oci-arm64${SFX}
125125
buildah manifest push --all -f oci ${IMG} docker://${URL}:${TAG}
126126
- uses: ncipollo/release-action@v1
127127
with:

0 commit comments

Comments
 (0)