Added Buildx --use flag
This commit is contained in:
parent
c02f91f237
commit
4c54297254
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ docker-build-prod-latest:
|
|||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
- docker buildx create --use
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
script:
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue