mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Rename Dockerfile tags
Remove the fish_ prefix. Instead, tag them with ghcr.io/fish-shell/fish-ci/
This commit is contained in:
parent
022f42c3cd
commit
44d45a22e3
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue