adding push command to build.sh, adding login command
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
20bd1ab245
commit
7a963929d8
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -24,4 +24,6 @@ docker buildx build \
|
||||||
-t $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME:$(date -I) \
|
-t $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME:$(date -I) \
|
||||||
.
|
.
|
||||||
|
|
||||||
|
docker login -u=amd -p=$push_token
|
||||||
|
|
||||||
docker push -a $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME
|
docker push -a $CONTAINER_HOST/$CONTAINER_USER/$CONTAINER_NAME
|
||||||
|
|
Loading…
Reference in a new issue