Skip to content

Commit

Permalink
build: update artifact registry location
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 6, 2024
1 parent d7678ee commit 41c59ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/luchtmeetnet_ingestion/.justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT := "jasperg-dagster"
ARTIFACT_STORE := "regi-areg-euw4-dagi-prd"
ARTIFACT_STORE := "dags-areg-euw4-dagi-prd"
DOCKER_BASE := "europe-west4-docker.pkg.dev/" + PROJECT + "/" + ARTIFACT_STORE
IMAGE_NAME := "luchtmeetnet_ingestion"
IMAGE_URI := DOCKER_BASE + "/" + IMAGE_NAME
Expand Down
2 changes: 1 addition & 1 deletion dags/luchtmeetnet_ingestion/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ docker_image(
name="img",
dependencies=[":img-srcs", ":img-deps"],
repository="luchtmeetnet_ingestion",
registries=["europe-west4-docker.pkg.dev/jasperg-dagster/regi-areg-euw4-dagi-prd"],
registries=["europe-west4-docker.pkg.dev/jasperg-dagster/dags-areg-euw4-dagi-prd"],
instructions=[
"FROM python:3.9-slim",
"COPY --from=luchtmeetnet_ingestion:deps /bin/app /bin/app",
Expand Down

0 comments on commit 41c59ea

Please sign in to comment.