Skip to content

Commit

Permalink
fix(issue-35): forgot to update goreleaser image names
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaba505 committed Dec 17, 2023
1 parent 0b518ec commit b99d7ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ dockers:
ids:
- otlp
image_templates:
- "ghcr.io/z5labs/app/example/otlp:latest"
- "ghcr.io/z5labs/app/example/otlp:{{ .Tag }}"
- "ghcr.io/z5labs/bedrock/example/otlp:latest"
- "ghcr.io/z5labs/bedrock/example/otlp:{{ .Tag }}"
dockerfile: example/otlp/Containerfile
use: docker
build_flag_templates:
Expand All @@ -85,8 +85,8 @@ dockers:
ids:
- simple_grpc
image_templates:
- "ghcr.io/z5labs/app/example/simple_grpc:latest"
- "ghcr.io/z5labs/app/example/simple_grpc:{{ .Tag }}"
- "ghcr.io/z5labs/bedrock/example/simple_grpc:latest"
- "ghcr.io/z5labs/bedrock/example/simple_grpc:{{ .Tag }}"
dockerfile: example/simple_grpc/Containerfile
use: docker
build_flag_templates:
Expand All @@ -104,8 +104,8 @@ dockers:
ids:
- simple_http
image_templates:
- "ghcr.io/z5labs/app/example/simple_http:latest"
- "ghcr.io/z5labs/app/example/simple_http:{{ .Tag }}"
- "ghcr.io/z5labs/bedrock/example/simple_http:latest"
- "ghcr.io/z5labs/bedrock/example/simple_http:{{ .Tag }}"
dockerfile: example/simple_http/Containerfile
use: docker
build_flag_templates:
Expand All @@ -123,8 +123,8 @@ dockers:
ids:
- simple_queue
image_templates:
- "ghcr.io/z5labs/app/example/simple_queue:latest"
- "ghcr.io/z5labs/app/example/simple_queue:{{ .Tag }}"
- "ghcr.io/z5labs/bedrock/example/simple_queue:latest"
- "ghcr.io/z5labs/bedrock/example/simple_queue:{{ .Tag }}"
dockerfile: example/simple_queue/Containerfile
use: docker
build_flag_templates:
Expand Down

0 comments on commit b99d7ee

Please sign in to comment.