removing test CI output
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
f9a20d1ee9
commit
a6fda5a50d
1 changed files with 0 additions and 1 deletions
1
build.sh
1
build.sh
|
@ -29,7 +29,6 @@ docker buildx build \
|
|||
.
|
||||
|
||||
echo "### MARK LOGIN "
|
||||
echo "$PUSH_USER : $PUSH_TOKEN"
|
||||
echo $PUSH_TOKEN | docker login -u=$PUSH_USER --password-stdin $CONTAINER_HOST
|
||||
echo "### MARK PUSH "
|
||||
docker push -a $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME
|
||||
|
|
Loading…
Reference in a new issue