Skip to content

Commit

Permalink
Merge pull request #106 from serlo/github-container-registry-poc
Browse files Browse the repository at this point in the history
change from Google to Github Container Registry for db-migration
  • Loading branch information
hugotiburtino authored Jul 16, 2024
2 parents f792f5a + aea787c commit 91c07c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/db-migration/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
name = "db-migration"
name_cronjob = "${local.name}-cronjob"
image = "eu.gcr.io/serlo-shared/api-db-migration:${var.image_tag}"
image = "ghcr.io/serlo/api.serlo.org/db-migration:${var.image_tag}"
}

variable "namespace" {
Expand Down

0 comments on commit 91c07c1

Please sign in to comment.