From 1bc627e890fc1c9620ce34a2e18278873d97c4d9 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Wed, 3 Apr 2024 12:41:20 +0200 Subject: [PATCH] [c] debug workflow vars --- .forgejo/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 56d80b7..1109c93 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -34,9 +34,11 @@ jobs: export TAG=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///') # build the container just -f /workspace/sangelo/website/Justfile build "${TAG}" + echo "$TAG" - name: 🐳 Publish Container run: | + echo "$TAG" echo "${{ secrets.PUBLISH_TOKEN }}" | docker login gitpot.dev -u sangelo --password-stdin docker push "gitpot.dev/sangelo/website:${TAG}"