Skip to content

Commit

Permalink
Add latest tag to Docker image manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Nov 7, 2023
1 parent fcb5ffb commit bb0818a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,9 @@ jobs:
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
buildah manifest push --all --format v2s2 $MANIFEST docker://$MANIFEST
# also tag as latest
buildah tag $MANIFEST ghcr.io/ultramarine-linux/ultramarine:latest || :
buildah manifest push --all --format v2s2 $MANIFEST ghcr.io/ultramarine-linux/ultramarine:latest
#### LIVE ISO ####

live-iso:
Expand Down

0 comments on commit bb0818a

Please sign in to comment.