Update .gitlab-ci.yml
This commit is contained in:
parent
7d4ff8011b
commit
7d65a041a0
1 changed files with 3 additions and 3 deletions
|
@ -10,6 +10,6 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
|
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
|
||||||
- docker buildx build --platform $CI_BUILD_ARCHS --tag $IMAGE_NAME:$CI_COMMIT_SHA --push .
|
- docker buildx build --platform $CI_BUILD_ARCHS --progress plain --pull --tag "$IMAGE_NAME:$CI_COMMIT_SHA" --push .
|
||||||
- docker buildx build --platform $CI_BUILD_ARCHS --tag $IMAGE_NAME:$CI_COMMIT_REF_NAME --push .
|
- docker buildx build --platform $CI_BUILD_ARCHS --progress plain --pull --tag "$IMAGE_NAME:$CI_COMMIT_REF_NAME" --push .
|
||||||
- docker buildx build --platform $CI_BUILD_ARCHS --tag $IMAGE_NAME:latest --push .
|
- docker buildx build --platform $CI_BUILD_ARCHS --progress plain --pull --tag "$IMAGE_NAME:latest" --push .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue