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