Skip to content

Commit

Permalink
fix docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Nov 8, 2023
1 parent 975492b commit 126f929
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,14 @@ jobs:
- name: Publish to registry
run: |
set -x
MANIFEST="ghcr.io/ultramarine-linux/ultramarine:39"
MANIFEST="ghcr.io/ultramarine-linux/ultramarine"
RELEASE="39"
ls -lR
buildah manifest create $MANIFEST
buildah manifest add $MANIFEST oci-archive:base-base-docker-x86_64-docker/katsu.tar.xz --arch amd64
buildah manifest add $MANIFEST oci-archive:base-base-docker-aarch64-docker/katsu.tar.xz --arch arm64
# also tag as latest
buildah tag $MANIFEST $MANIFEST:latest || :
buildah manifest push --all --format v2s2 $MANIFEST docker://$MANIFEST || :
buildah manifest push --all --format v2s2 $MANIFEST docker://$MANIFEST:$RELEASE
#### LIVE ISO ####

0 comments on commit 126f929

Please sign in to comment.