We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddcdd0 commit 5226ed7Copy full SHA for 5226ed7
1 file changed
.github/workflows/pg-extension-build.yaml
@@ -380,8 +380,8 @@ jobs:
380
sed s/BASE_IMAGE/postgres:"${PG_VERSION}"-bookworm/g postgres/Dockerfile > Dockerfile.build
381
docker buildx build \
382
--push \
383
- --tag quay.io/activeloopai/pg-deeplake:stateless-"${PG_VERSION}"_"${VERSION}"_"${COMMIT_SHA}" \
384
- --tag quay.io/activeloopai/pg-deeplake:stateless-"${PG_VERSION}" \
+ --tag quay.io/activeloopai/pg-deeplake:"${PG_VERSION}"_"${VERSION}"_"${COMMIT_SHA}"-stateless \
+ --tag quay.io/activeloopai/pg-deeplake:"${PG_VERSION}"-stateless \
385
--build-arg VERSION="${PG_VERSION}"_"${VERSION}"-1 \
386
--build-arg STATELESS=true \
387
--platform linux/amd64,linux/arm64 \
0 commit comments