Skip to content

Commit

Permalink
Update .goreleaser.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Georgy Khromov <[email protected]>

chore: update dockerfile path in .goreleaser.yaml

Signed-off-by: Georgy Khromov <[email protected]>
  • Loading branch information
ggkhrmv committed Jun 20, 2024
1 parent 1923d10 commit 21e3c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dockers:
- image_templates:
- quay.io/argoprojlabs/argocd-rbac-operator:latest
- quay.io/argoprojlabs/argocd-rbac-operator:{{ .Tag }}
dockerfile: release.Dockerfile
dockerfile: Dockerfile
build_flag_templates:
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
Expand Down

0 comments on commit 21e3c60

Please sign in to comment.