Skip to content

Commit 7e449c7

Browse files
committed
Fixed
1 parent 0ab9137 commit 7e449c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ jobs:
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 }}

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ARG ARCH
66
FROM postgres:${VERSION}
77

88
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}"
1011

1112
# Install packages postgis and pgvector
1213
ENV POSTGIS_MAJOR=3

0 commit comments

Comments
 (0)