Skip to content

Commit

Permalink
Merge pull request #15 from sr33hari/staging
Browse files Browse the repository at this point in the history
useless
  • Loading branch information
sr33hari authored Jul 11, 2024
2 parents 4618aa3 + 64a6833 commit 58114c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "google_artifact_registry_repository" "my_repo" {
}

locals {
tag = "${timestamp()}"
tag = timestamp()
}

resource "null_resource" "build_and_push_image" {
Expand Down

0 comments on commit 58114c9

Please sign in to comment.