File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 index-annotations : ${{ steps.metadata.outputs.labels }}
6262 tags : ${{ steps.metadata.outputs.tags }}
6363 sources : |
64- ghcr.io/${{ github.repository }}-linux-amd64@${{ matrix.version }}
65-
64+ ghcr.io/${{ github.repository }}-linux-amd64:${{ matrix.version }}
Original file line number Diff line number Diff line change 66FROM postgres:${VERSION}
77
88LABEL org.opencontainers.image.description="PostgreSQL image with primary/replica support" \
9- org.opencontainers.image.source="https://github.com/mutablelogic/docker-postgres"
9+ org.opencontainers.image.source="https://github.com/mutablelogic/docker-postgres" \
10+ org.opencontainers.image.version="${VERSION}"
1011
1112# Install packages postgis and pgvector
1213ENV POSTGIS_MAJOR=3
You can’t perform that action at this time.
0 commit comments