From 308f66da6506985d2a5a425ad4cb8729b870555e Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 8 May 2025 11:12:49 -0400 Subject: [PATCH] format args differently --- .forgejo/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 6429534..76e6c0f 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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' }}