Skip to content

Commit 4ac5e26

Browse files
authored
Merge pull request #1 from cmwedding-it/master
fix: typo in latest tag & build date
2 parents ec5805f + 6d5fce2 commit 4ac5e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
uses: redhat-actions/buildah-build@v2
5353
with:
5454
image: postgres-autoconf
55-
tags: ${{ matrix.platform == 'amd64' && format('{0}-alpine', matrix.pg_version) || format('{0}-alpine-{1}', matrix.pg_version, matrix.platform) }}${{ steps.tag-latest.output.tag || '' }}
55+
tags: ${{ matrix.platform == 'amd64' && format('{0}-alpine', matrix.pg_version) || format('{0}-alpine-{1}', matrix.pg_version, matrix.platform) }}${{ steps.tag-latest.outputs.tag || '' }}
5656
context: .
5757
platforms: linux/${{ matrix.platform }}
5858
containerfiles: |
5959
Dockerfile
6060
build-args: |
61-
BUILD_DATE=${{ steps.date.output.date }}
61+
BUILD_DATE=${{ steps.date.outputs.date }}
6262
VCS_REF=${{ github.sha }}
6363
BASE_TAG=${{ matrix.pg_version }}-alpine
6464

0 commit comments

Comments
 (0)