mirror of
https://github.com/DCsunset/docker-archlinux-vnc
synced 2025-12-06 08:58:58 +01:00
fix: fix versions.txt path
This commit is contained in:
parent
59e4bff9ea
commit
808fc464a5
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# original docker build command
|
||||
echo "overwriting docker build -f $DOCKERFILE_PATH -t $IMAGE_NAME ."
|
||||
|
||||
cat "../versions.txt" | while read VERSION
|
||||
cat "versions.txt" | while read VERSION
|
||||
do
|
||||
# The new image tag will include the version of ubuntu
|
||||
IMAGE_TAG="${DOCKER_REPO}:${VERSION}"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# original docker push command
|
||||
echo "overwriting docker push $IMAGE_NAME"
|
||||
|
||||
cat "../versions.txt" | while read VERSION
|
||||
cat "versions.txt" | while read VERSION
|
||||
do
|
||||
# The new image tag will include the version of ubuntu
|
||||
IMAGE_TAG="${DOCKER_REPO}:${VERSION}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue