We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd3c20 commit 9811b40Copy full SHA for 9811b40
.github/workflows/build-docker-db.yml
@@ -42,7 +42,7 @@ jobs:
42
source ./tool.sh
43
PUSH='false' TAG_VER='false' IMG_PREFIX_DST='' build_image postgres-17 latest docker_atom/Dockerfile --build-arg "BASE_IMG=postgres:17"
44
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
+ 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
46
47
48
## Sync all images in this build (listed by "names") to mirror registry.
0 commit comments