Skip to content

Commit

Permalink
fix: Templating broken on Postgres build (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe authored Jun 3, 2024
1 parent d8691c4 commit 329a84a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
with:
index-annotations: ${{ steps.metadata.outputs.labels }}
tags: |
{{ matrix.image }}:${{ github.ref }}
{{ matrix.image }}
${{ matrix.image }}:${{ github.sha }}
${{ matrix.image }}
sources: |
{{ matrix.image }}:${{ github.sha }}-amd
{{ matrix.image }}:${{ github.sha }}-arm
${{ matrix.image }}:${{ github.sha }}-amd
${{ matrix.image }}:${{ github.sha }}-arm

0 comments on commit 329a84a

Please sign in to comment.