File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5555 - uses : int128/docker-manifest-create-action@v2
5656 id : manifest
5757 with :
58- tags : ghcr.io/${{ github.repository }}:${{ matrix.version }}
58+ tags : |
59+ ghcr.io/${{ github.repository }}:${{ matrix.version }}
5960 sources : |
6061 ghcr.io/${{ github.repository }}-linux-amd64:${{ matrix.version }}
6162 ghcr.io/${{ github.repository }}-linux-arm64:${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ OS ?= $(shell uname | tr A-Z a-z)
77VERSION ?= 17-bookworm
88
99# Docker repository
10+ DOCKER_SOURCE ?= https://github.com/mutablelogic/docker-postgres
1011DOCKER_REPO ?= ghcr.io/mutablelogic/docker-postgres
1112BUILD_TAG = ${DOCKER_REPO}-${OS}-${ARCH}:${VERSION}
1213
@@ -19,7 +20,7 @@ docker: docker-dep
1920 --build-arg ARCH=${ARCH} \
2021 --build-arg OS=${OS} \
2122 --build-arg VERSION=${VERSION} \
22- --build-arg SOURCE=${DOCKER_REPO } \
23+ --build-arg SOURCE=${DOCKER_SOURCE } \
2324 -f Dockerfile .
2425
2526# Push the docker image
You can’t perform that action at this time.
0 commit comments