Skip to content

Commit 1b04f59

Browse files
committed
fix
1 parent 8e2f1e2 commit 1b04f59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-images.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@ jobs:
379379
380380
set -x
381381
382-
build_and_push_manifest ${BASE_DEBIAN_IMAGE_NAME} ${BASE_TAG} docker://localhost:5000
383-
build_and_push_manifest ${BASE_BUSYBOX_IMAGE_NAME} ${BASE_TAG} docker://localhost:5000
384-
build_and_push_manifest ${CREATE_ENV_IMAGE_NAME} ${BIOCONDA_IMAGE_TAG} docker://localhost:5000
385-
build_and_push_manifest ${BUILD_ENV_IMAGE_NAME} ${BIOCONDA_IMAGE_TAG} docker://localhost:5000
382+
build_and_push_manifest localhost/${BASE_DEBIAN_IMAGE_NAME} ${BASE_TAG} docker://localhost:5000
383+
build_and_push_manifest localhost/${BASE_BUSYBOX_IMAGE_NAME} ${BASE_TAG} docker://localhost:5000
384+
build_and_push_manifest localhost/${CREATE_ENV_IMAGE_NAME} ${BIOCONDA_IMAGE_TAG} docker://localhost:5000
385+
build_and_push_manifest localhost/${BUILD_ENV_IMAGE_NAME} ${BIOCONDA_IMAGE_TAG} docker://localhost:5000
386386
387387
388388
# Tell mulled-build which image to use

0 commit comments

Comments
 (0)