this? probably var.s
Some checks failed
/ build-base (push) Has been cancelled

This commit is contained in:
Ryan Voots 2025-05-08 11:03:00 -04:00
parent 106a3b06aa
commit 41f6f1e25a

View file

@ -16,8 +16,8 @@ jobs:
with: with:
images: gitea.simcop2387.info/simcop2387/pg-container-base images: gitea.simcop2387.info/simcop2387/pg-container-base
tags: | tags: |
type=raw,value={{ env.PG_MAJOR_VERSION }}-{{ env.DEB_RELEASE }} type=raw,value=${{ PG_MAJOR_VERSION }}-${{ DEB_RELEASE }}
type=raw,value={{ env.PG_MAJOR_VERSION }}-{{ env.DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }} type=raw,value=${{ $PG_MAJOR_VERSION }}-${{ DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }}
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: buildx-base - name: buildx-base