i swear if it's this
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
8bbecaa7b7
commit
5c834866a7
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue