This commit is contained in:
The Foxon 2024-09-28 12:47:08 +00:00
parent be111bf5d5
commit 179f736621

View File

@ -11,7 +11,7 @@ docker-build:
tag=":$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi
- docker buildx build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
- docker push "$CI_REGISTRY_IMAGE${tag}"
rules:
- if: $CI_COMMIT_BRANCH