Skip to content

Commit

Permalink
remove redundant envvar in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Jan 17, 2024
1 parent 8cf444b commit 85d7c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ dockers:
- "{{ .Env.DOCKER_REPO }}batchsim:latest"
- "{{ .Env.DOCKER_REPO }}batchsim:{{ .Version }}"
build_flag_templates:
- --build-arg={{ .Env.BASE_IMAGE_ARG }}
- --builder={{ .Env.DOCKER_BUILDX_BUILDER }}
- --label=org.opencontainers.image.title=batchsim
- --label=org.opencontainers.image.description="Simulator for running batch simulations using KWOK in Kubernetes"
Expand Down

0 comments on commit 85d7c02

Please sign in to comment.