Nope this?
Some checks failed
/ build-base (push) Failing after 1m38s

This commit is contained in:
Ryan Voots 2025-05-08 11:04:39 -04:00
parent 41f6f1e25a
commit 9b41bafcbc

View file

@ -16,14 +16,12 @@ jobs:
with: with:
images: gitea.simcop2387.info/simcop2387/pg-container-base images: gitea.simcop2387.info/simcop2387/pg-container-base
tags: | tags: |
type=raw,value=${{ PG_MAJOR_VERSION }}-${{ DEB_RELEASE }} type=raw,value=${{ vars.PG_MAJOR_VERSION }}-${{ var.sDEB_RELEASE }}
type=raw,value=${{ $PG_MAJOR_VERSION }}-${{ DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }} type=raw,value=${{ vars.PG_MAJOR_VERSION }}-${{ vars.DEB_RELEASE }}-{{ date 'YYYY-MM-DD' }}
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: buildx-base - name: buildx-base
uses: https://github.com/docker/setup-buildx-action@v3 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 - name: Build and push
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v6
with: with: