Skip to content

Commit

Permalink
.gíthub: swap order of oci and $arch in directory name
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Feb 2, 2024
1 parent 8aad03b commit 1ef3ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
SFX=${{ steps.vars.outputs.sfx }}
URL=ghcr.io/${{ github.repository_owner }}/${IMG}
buildah manifest create ${IMG}
buildah manifest add ${IMG} oci:${IMG}-amd64-oci${SFX}
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}
buildah manifest push --all -f oci ${IMG} docker://${URL}:${TAG}
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 1ef3ef0

Please sign in to comment.