From 41f6f1e25a16581bd002d6d7e32f0d99ced65f30 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 8 May 2025 11:03:00 -0400 Subject: [PATCH] this? probably var.s --- .forgejo/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 1aa6d48..9ccd711 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -16,8 +16,8 @@ jobs: with: images: gitea.simcop2387.info/simcop2387/pg-container-base tags: | - type=raw,value={{ env.PG_MAJOR_VERSION }}-{{ env.DEB_RELEASE }} - type=raw,value={{ env.PG_MAJOR_VERSION }}-{{ env.DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }} + type=raw,value=${{ PG_MAJOR_VERSION }}-${{ DEB_RELEASE }} + type=raw,value=${{ $PG_MAJOR_VERSION }}-${{ DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }} - name: checkout uses: actions/checkout@v4 - name: buildx-base