diff --git a/.woodpecker.yml b/.woodpecker.yml index 30de4de..f02acd8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: