fixed cmd

This commit is contained in:
Phil 2022-12-24 00:15:17 +01:00
parent 22eefee739
commit 32642a25de

View file

@ -40,14 +40,14 @@ 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 \
--platform linux/amd64 \
--no-cache \
--build-arg CI_COMMIT_BRANCH=$DRONE_COMMIT_BRANCH \
--build-arg CI_COMMIT_SHORT_SHA=$DRONE_COMMIT_SHA \
--build-arg CI_COMMIT_TAG=latest \
--push \
--tag gitea.hackmi.ch/Phil/goshorly:latest \
- docker buildx build
--platform linux/amd64
--no-cache
--build-arg CI_COMMIT_BRANCH=$DRONE_COMMIT_BRANCH
--build-arg CI_COMMIT_SHORT_SHA=$DRONE_COMMIT_SHA
--build-arg CI_COMMIT_TAG=latest
--push
--tag gitea.hackmi.ch/Phil/goshorly:latest
.
services: