We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c50432 commit 57ab66fCopy full SHA for 57ab66f
.github/workflows/deploy.yml
@@ -108,7 +108,7 @@ jobs:
108
needs: [test, integration-test]
109
uses: libops/actions/.github/workflows/build-push.yml@main
110
with:
111
- image: "shared/ghat"
+ image: "private/ghat"
112
permissions:
113
contents: read
114
id-token: write
main.tf
@@ -48,7 +48,7 @@ module "ghat" {
48
containers = tolist([
49
{
50
name = "ghat",
51
- image = "us-docker.pkg.dev/${var.project}/shared/ghat:main",
+ image = "us-docker.pkg.dev/${var.project}/private/ghat:main",
52
port = 8080
53
liveness_probe = "/healthcheck"
54
memory = "512Mi"
0 commit comments