From 9b41bafcbc8361cf4d08cb17704d19c3a18d902d Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 8 May 2025 11:04:39 -0400 Subject: [PATCH] Nope this? --- .forgejo/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 9ccd711..c885211 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -16,14 +16,12 @@ jobs: with: images: gitea.simcop2387.info/simcop2387/pg-container-base tags: | - type=raw,value=${{ PG_MAJOR_VERSION }}-${{ DEB_RELEASE }} - type=raw,value=${{ $PG_MAJOR_VERSION }}-${{ DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }} + type=raw,value=${{ vars.PG_MAJOR_VERSION }}-${{ var.sDEB_RELEASE }} + type=raw,value=${{ vars.PG_MAJOR_VERSION }}-${{ vars.DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }} - name: checkout uses: actions/checkout@v4 - name: buildx-base uses: https://github.com/docker/setup-buildx-action@v3 - - name: setup variables - run: echo "FMT_DATE=2025-05-11" >> $GITHUB_ENV - name: Build and push uses: https://github.com/docker/build-push-action@v6 with: