From 8f7a1af8fd0bc29d668ea1a3158592d17f0d1f9d Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 8 May 2025 10:48:47 -0400 Subject: [PATCH] by shell not runner? --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index fdb1a2c..39b612b 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -20,6 +20,6 @@ jobs: uses: https://github.com/docker/build-push-action@v6 with: push: true - tags: "gitea.simcop2387.info/simcop2387/pg-container-base:${{ vars.PG_MAJOR_VERSION }}-${{ vars.DEB_RELEASE }},gitea.simcop2387.info/simcop2387/pg-container-base:${{ vars.PG_MAJOR_VERSION }}-${{ vars.DEB_RELEASE }}-${{ vars.FMT_DATE }}" + tags: "gitea.simcop2387.info/simcop2387/pg-container-base:${ PG_MAJOR_VERSION }-${ DEB_RELEASE },gitea.simcop2387.info/simcop2387/pg-container-base:${ PG_MAJOR_VERSION }-${ DEB_RELEASE }-${ FMT_DATE }" context: base/ dockerfile: base/Dockerfile