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 61
61
index-annotations : ${{ steps.metadata.outputs.labels }}
62
62
tags : ${{ steps.metadata.outputs.tags }}
63
63
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 6
6
FROM postgres:${VERSION}
7
7
8
8
LABEL 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}"
10
11
11
12
# Install packages postgis and pgvector
12
13
ENV POSTGIS_MAJOR=3
You can’t perform that action at this time.
0 commit comments