From 65336363be0ee5ac5b3ba59cc178b311025c295f Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 8 May 2025 12:49:58 -0400 Subject: [PATCH] Fix tag names --- .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 12e1b53..5d62ebf 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -76,8 +76,8 @@ jobs: images: gitea.simcop2387.info/simcop2387/postgresql-container-general tags: | type=raw,value=${{ matrix.PG_MAJOR_VERSION }}-${{ matrix.DEB_RELEASE }} - type=raw,value=${{ matrix.PG_MAJOR_VERSION }}-${{ matrix.DEB_RELEASE }}-${{ matrix.POSTGIS_VERSiON }}-${{ matrix.TO