fix postgres tag
All checks were successful
Build Docker images / docker (eumau/postgres, 13) (push) Successful in 38s
Build Docker images / docker (eumau/postgres, latest) (push) Successful in 32s

This commit is contained in:
Mauro Torrez 2024-02-29 15:24:53 -03:00
parent f4b46bdb2a
commit 98aa6828a5

View File

@ -37,3 +37,5 @@ jobs:
push: true
tags: ${{ matrix.repo }}:${{ matrix.tag }}
platforms: linux/amd64,linux/arm64
build-args: |
PG_TAG=${{ matrix.tag }}