fix build
This commit is contained in:
parent
a1388ca881
commit
a828c9958c
@ -31,7 +31,7 @@ docker-build:
|
||||
tag=":$CI_COMMIT_REF_SLUG"
|
||||
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
|
||||
fi
|
||||
- docker build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
|
||||
- docker buildx build --pull -t "$CI_REGISTRY_IMAGE${tag}" .
|
||||
- docker push "$CI_REGISTRY_IMAGE${tag}"
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user