Skip to content

Commit

Permalink
testworflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed May 28, 2024
1 parent b0edbcb commit 2adf89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goreleaser_files/.goreleaser-docker-build-testworkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
- DOCKER_IMAGE_URL={{ if index .Env "SANDBOX_IMAGE" }}https://hub.docker.com/r/kubeshop/testkube-sandbox{{ else }}https://hub.docker.com/r/kubeshop/{{ .Env.REPOSITORY }}{{ end }}
builds:
- id: "linux"
main: ./cmd/tcl/{{ .Env.SERVICE }}
binary: {{ .Env.SERVICE }}
main: "./cmd/tcl/{{ .Env.SERVICE }}"
binary: "{{ .Env.SERVICE }}"
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 2adf89b

Please sign in to comment.