dumb
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-02-11 12:26:18 -06:00
parent 3325bed3b5
commit daa81e484f

View file

@ -23,7 +23,7 @@ pipeline:
# event: tag
branch: master
deploy:
push-container:
image: podman-image
commands:
- ls -la
@ -32,8 +32,10 @@ pipeline:
- export REPO=git.mzhang.io/michael/liveterm
- export TAG=$(podman images liveterm --format "{{.Tag}}")
- podman tag liveterm:$TAG $REPO:$TAG
- podman tag liveterm:$TAG $REPO:latest
- podman login git.mzhang.io --username michael --password $DOCKER_TOKEN
- podman push $REPO:$TAG
- podman push $REPO:latest
secrets:
- DOCKER_TOKEN
volumes: