i swear if it's this
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-02-11 17:54:59 -06:00
parent 8bbecaa7b7
commit 5c834866a7

View file

@ -31,11 +31,11 @@ pipeline:
- podman load < /shared/image.tar.gz
- 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 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
- "podman push $REPO:$TAG"
- "podman push $REPO:latest"
- exit 1
secrets:
- DOCKER_TOKEN