Update .gitlab-ci.yml
This commit is contained in:
parent
3166cdb261
commit
ebb962653d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ build:
|
|||
script:
|
||||
- docker buildx create --use
|
||||
- >
|
||||
docker buildx build . --file docker/Dockerfile
|
||||
docker buildx build .
|
||||
--provenance=false
|
||||
--platform=linux/amd64,linux/arm64
|
||||
--build-arg APP_VERSION=${CI_COMMIT_TAG}
|
||||
|
|
Loading…
Reference in a new issue