From 1a80a33e12758f654130ae76f095ba3834c0190e Mon Sep 17 00:00:00 2001 From: Lewis Date: Sat, 21 Mar 2026 10:06:10 +0200 Subject: [PATCH] fix(ci): small tweaks --- .tangled/workflows/publish-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tangled/workflows/publish-image.yml b/.tangled/workflows/publish-image.yml index 3760232..a05626a 100644 --- a/.tangled/workflows/publish-image.yml +++ b/.tangled/workflows/publish-image.yml @@ -20,4 +20,5 @@ steps: - name: Publish image command: | - podman push --creds "$ATCR_USERNAME:$ATCR_PASSWORD" tranquil-pds:latest atcr.io/tranquild-pds/tranquil + podman push --creds "$ATCR_USERNAME:$ATCR_PASSWORD" tranquil-pds:latest "atcr.io/tranquil-pds/tranquil:latest" + podman push --creds "$ATCR_USERNAME:$ATCR_PASSWORD" "tranquil-pds:$TANGLED_COMMIT_SHA" "atcr.io/tranquil-pds/tranquil:$TANGLED_COMMIT_SHA"