Skip to content

Commit

Permalink
kagome runner image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Nov 10, 2024
1 parent 4c05d38 commit 64003c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion housekeeping/docker/kagome-dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ kagome_image_build:
-t $(DOCKER_REGISTRY_PATH)kagome_$${BUILD_TYPE_LOWER}:latest \
--secret id=google_creds,src=$(GOOGLE_APPLICATION_CREDENTIALS) \
-f kagome_runner.Dockerfile \
--build-arg BASE_IMAGE=$(OS_IMAGE) \
--build-arg BASE_IMAGE=$(OS_IMAGE_NAME) \
--build-arg BASE_IMAGE_TAG=$(OS_IMAGE_TAG_WITH_HASH) \
--build-arg ARCHITECTURE=$(ARCHITECTURE) \
--build-arg KAGOME_PACKAGE_VERSION=$(KAGOME_PACKAGE_VERSION) \
--build-arg PROJECT_ID=$(PROJECT_ID) \
Expand Down

0 comments on commit 64003c1

Please sign in to comment.