Check Docker Build
This commit is contained in:
parent
0939dfb70b
commit
1ef5512561
1 changed files with 9 additions and 10 deletions
|
@ -43,8 +43,7 @@ steps:
|
|||
- docker context create build
|
||||
- docker buildx create build --use
|
||||
- echo $DOCKER_PASSWORD | docker login --username Phil --password-stdin gitea.hackmi.ch
|
||||
- |
|
||||
docker buildx build \
|
||||
- docker buildx build \
|
||||
--platform linux/amd64 \
|
||||
--no-cache \
|
||||
--build-arg CI_COMMIT_BRANCH=$DRONE_COMMIT_BRANCH \
|
||||
|
|
Loading…
Reference in a new issue