mirror of
https://gitlab.com/10ho/wastream.git
synced 2026-07-26 22:22:07 +00:00
Edit .gitlab-ci.yml
This commit is contained in:
parent
8d3c34ed59
commit
e9a3da4513
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ build-docker:
|
|||
before_script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- docker run --privileged --rm tonistiigi/binfmt --install all
|
||||
- docker buildx create --use --name multibuilder
|
||||
- docker context create builder-context
|
||||
- docker buildx create --use --name multibuilder builder-context
|
||||
script:
|
||||
- |
|
||||
VERSION=$(awk -F'"' '/"version":/ {print $4; exit}' wastream/config/settings.py)
|
||||
|
|
|
|||
Loading…
Reference in a new issue