format args differently
Some checks failed
/ build-base (bookworm, 17) (push) Has been cancelled

This commit is contained in:
Ryan Voots 2025-05-08 11:12:49 -04:00
parent baae480959
commit 308f66da65

View file

@ -32,7 +32,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
context: base/
dockerfile: base/Dockerfile
build-args:
- PG_MAJOR_VERSION=${{ matrix.PG_MAJOR_VERSION }}
- DEB_RELEASE=${{ matrix.DEB_RELEASE }}
- FMT_DATE={{ date 'YYYY-MM-DD' }}
build-args: |
PG_MAJOR_VERSION=${{ matrix.PG_MAJOR_VERSION }}
DEB_RELEASE=${{ matrix.DEB_RELEASE }}
FMT_DATE={{ date 'YYYY-MM-DD' }}