From daa81e484fb6ba25e6c9346006ccf4f5a732d8c5 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sat, 11 Feb 2023 12:26:18 -0600 Subject: [PATCH] dumb --- .woodpecker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: