Skip to content

Commit 57ab66f

Browse files
committed
fix image name
1 parent 7c50432 commit 57ab66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
needs: [test, integration-test]
109109
uses: libops/actions/.github/workflows/build-push.yml@main
110110
with:
111-
image: "shared/ghat"
111+
image: "private/ghat"
112112
permissions:
113113
contents: read
114114
id-token: write

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module "ghat" {
4848
containers = tolist([
4949
{
5050
name = "ghat",
51-
image = "us-docker.pkg.dev/${var.project}/shared/ghat:main",
51+
image = "us-docker.pkg.dev/${var.project}/private/ghat:main",
5252
port = 8080
5353
liveness_probe = "/healthcheck"
5454
memory = "512Mi"

0 commit comments

Comments
 (0)