diff --git a/serving/samples/gitwebhook-go/service.yaml b/serving/samples/gitwebhook-go/service.yaml index 57017ed3597..1a069c92a94 100644 --- a/serving/samples/gitwebhook-go/service.yaml +++ b/serving/samples/gitwebhook-go/service.yaml @@ -23,7 +23,7 @@ spec: spec: container: # Replace {DOCKER_HUB_USERNAME} with your actual docker hub username - image: docker.io/{DOCKER_HUB_USERNAME}/gitwebhook:latest + image: docker.io/{DOCKER_HUB_USERNAME}/gitwebhook-go:latest env: - name: GITHUB_PERSONAL_TOKEN valueFrom: @@ -34,4 +34,4 @@ spec: valueFrom: secretKeyRef: name: githubsecret - key: webhookSecret \ No newline at end of file + key: webhookSecret