Skip to content

Commit

Permalink
fix: pushing tailing-sidecar-otel to Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Apr 18, 2024
1 parent ed347d2 commit 5e3c307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/otelcol/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project_name: otelcol-sidecar
env:
- GHCR_IMAGE={{ if index .Env "GHCR_IMAGE" }}{{ .Env.GHCR_IMAGE }}{{ else }}ghcr.io/sumologic/tailing-sidecar-otel{{ end }}
- ECR_IMAGE={{ if index .Env "ECR_IMAGE" }}{{ .Env.ECR_IMAGE }}{{ else }}public.ecr.aws/sumologic/tailing-sidecar-otel{{ end }}
- DOCKERHUB_IMAGE={{ if index .Env "ECR_IMAGE" }}{{ .Env.ECR_IMAGE }}{{ else }}sumologic/tailing-sidecar-otel{{ end }}
- DOCKERHUB_IMAGE={{ if index .Env "DOCKERHUB_IMAGE" }}{{ .Env.DOCKERHUB_IMAGE }}{{ else }}sumologic/tailing-sidecar-otel{{ end }}

before:
hooks:
Expand Down

0 comments on commit 5e3c307

Please sign in to comment.