Update .gitlab-ci.yml
This commit is contained in:
parent
7d65a041a0
commit
7a97668f69
@ -1,5 +1,6 @@
|
||||
variables:
|
||||
CI_BUILD_ARCHS: "linux/amd64,linux/arm64"
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
@ -10,6 +11,6 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
|
||||
- docker buildx build --platform $CI_BUILD_ARCHS --progress plain --pull --tag "$IMAGE_NAME:$CI_COMMIT_SHA" --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 --progress plain --pull --tag "$IMAGE_NAME:latest" --push .
|
||||
- docker buildx build --platform "linux/amd64,linux/arm64" --progress plain --pull --tag "$IMAGE_NAME:$CI_COMMIT_SHA" --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" --progress plain --pull --tag "$IMAGE_NAME:latest" --push .
|
||||
|
Loading…
Reference in New Issue
Block a user