Rename Dockerfile tags

Remove the fish_ prefix. Instead, tag them with
ghcr.io/fish-shell/fish-ci/
This commit is contained in:
ridiculousfish 2022-11-01 15:54:44 -07:00
parent 022f42c3cd
commit 44d45a22e3

View file

@ -40,7 +40,7 @@ DOCKERFILE=${@:$OPTIND:1}
test -n "$DOCKERFILE" || usage
# Construct a docker image.
IMG_TAGNAME="fish_$(basename -s .Dockerfile "$DOCKERFILE")"
IMG_TAGNAME="ghcr.io/fish-shell/fish-ci/$(basename -s .Dockerfile "$DOCKERFILE"):latest"
docker build \
-t "$IMG_TAGNAME" \
-f "$DOCKERFILE" \