Update .gitlab-ci.yml
This commit is contained in:
parent
8273c4f3f3
commit
e8b377e9fb
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ build:
|
|||
- !reference [.auth_gitlab, before_script]
|
||||
script:
|
||||
- docker buildx create --use
|
||||
- docker buildx build . \
|
||||
--file docker/Dockerfile \
|
||||
- docker buildx build . --file docker/Dockerfile \
|
||||
--provenance=false \
|
||||
--platform=linux/amd64,linux/arm64 \
|
||||
--build-arg APP_VERSION=${CI_COMMIT_TAG} \
|
||||
|
|
Loading…
Reference in a new issue