Skip to content

Commit 5226ed7

Browse files
edits
1 parent 2ddcdd0 commit 5226ed7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pg-extension-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ jobs:
380380
sed s/BASE_IMAGE/postgres:"${PG_VERSION}"-bookworm/g postgres/Dockerfile > Dockerfile.build
381381
docker buildx build \
382382
--push \
383-
--tag quay.io/activeloopai/pg-deeplake:stateless-"${PG_VERSION}"_"${VERSION}"_"${COMMIT_SHA}" \
384-
--tag quay.io/activeloopai/pg-deeplake:stateless-"${PG_VERSION}" \
383+
--tag quay.io/activeloopai/pg-deeplake:"${PG_VERSION}"_"${VERSION}"_"${COMMIT_SHA}"-stateless \
384+
--tag quay.io/activeloopai/pg-deeplake:"${PG_VERSION}"-stateless \
385385
--build-arg VERSION="${PG_VERSION}"_"${VERSION}"-1 \
386386
--build-arg STATELESS=true \
387387
--platform linux/amd64,linux/arm64 \

0 commit comments

Comments
 (0)