Browse Source

Tag container image to ghcr for convenience

pull/1604/head
Antonio SJ Musumeci 2 days ago
parent
commit
2f1362c73e
  1. 3
      buildtools/build-containerimage

3
buildtools/build-containerimage

@ -2,6 +2,7 @@
GIT_BRANCH="${1:-master}" GIT_BRANCH="${1:-master}"
set -x
podman \ podman \
build \ build \
--squash \ --squash \
@ -11,5 +12,5 @@ podman \
--build-arg="BRANCH=${GIT_BRANCH}" \ --build-arg="BRANCH=${GIT_BRANCH}" \
-v "${PWD}":/mnt:ro \ -v "${PWD}":/mnt:ro \
-f "buildtools/containerimage/Containerfile" \ -f "buildtools/containerimage/Containerfile" \
--tag "mergerfs:${GIT_BRANCH}" \
--tag "ghcr.io/trapexit/mergerfs:${GIT_BRANCH}" \
buildtools/ buildtools/
Loading…
Cancel
Save