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