Skip to content

Commit

Permalink
feat: artifact registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Feb 11, 2025
1 parent a79ee08 commit 1b069c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/cloud/deployment_storybook.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "kubernetes_deployment" "storybook" {

container {
name = "ui"
image = "eu.gcr.io/${local.project}/facebook-storybook:${var.app_version}"
image = "europe-west1-docker.pkg.dev/${local.project}/facebook-storybook:${var.app_version}"
image_pull_policy = "Always"
}
}
Expand Down

0 comments on commit 1b069c2

Please sign in to comment.