fixing build script to push
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4848fa0c0e
commit
8f776d6dc0
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -12,7 +12,7 @@ docker buildx create --use --name builder
|
||||||
|
|
||||||
|
|
||||||
echo "### MARK BUILD"
|
echo "### MARK BUILD"
|
||||||
docker buildx build \
|
docker buildx build --push \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
-t $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME \
|
-t $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME \
|
||||||
-t $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME:latest \
|
-t $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME:latest \
|
||||||
|
|
Loading…
Reference in a new issue