a
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-02-11 17:57:58 -06:00
parent 5c834866a7
commit 3c4896f220
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ pipeline:
- pwd
- podman load < /shared/image.tar.gz
- 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:latest"
- podman login git.mzhang.io --username michael --password $DOCKER_TOKEN