Skip to content

Commit 9811b40

Browse files
author
haobibo
committed
debug
1 parent cbd3c20 commit 9811b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
source ./tool.sh
4343
PUSH='false' TAG_VER='false' IMG_PREFIX_DST='' build_image postgres-17 latest docker_atom/Dockerfile --build-arg "BASE_IMG=postgres:17"
4444
docker images
45-
IMG_PREFIX_SRC='' build_image postgres-17 latest docker_base/Dockerfile --build-arg "BASE_IMG=postgres-17" --build-arg "PYTHON_VERSION=3.12" --build-context postgres-17:latest=docker-image://postgres-17:latest
45+
IMG_PREFIX_SRC='' build_image postgres-17 latest docker_base/Dockerfile --build-arg "BASE_IMG=postgres-17" --build-arg "PYTHON_VERSION=3.12" --build-context postgres-17=docker-image://postgres-17:latest
4646
4747
4848
## Sync all images in this build (listed by "names") to mirror registry.

0 commit comments

Comments
 (0)