Remove debugging info
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
a14565e541
commit
314092e071
@ -15,8 +15,6 @@ steps:
|
|||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: GITEA_TOKEN
|
from_secret: GITEA_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- echo "User $${GITEA_USER}"
|
|
||||||
- echo "Token length - $${#GITEA_TOKEN}"
|
|
||||||
- echo "$GITEA_TOKEN" | docker login gitea.b7d.nl --username "$GITEA_USER" --password-stdin
|
- echo "$GITEA_TOKEN" | docker login gitea.b7d.nl --username "$GITEA_USER" --password-stdin
|
||||||
- docker build -t $IMAGE_NAME:$CI_COMMIT_SHA -f Dockerfile-prod .
|
- docker build -t $IMAGE_NAME:$CI_COMMIT_SHA -f Dockerfile-prod .
|
||||||
- docker tag $IMAGE_NAME:$CI_COMMIT_SHA $IMAGE_NAME:latest
|
- docker tag $IMAGE_NAME:$CI_COMMIT_SHA $IMAGE_NAME:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user