File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4141 args : release --snapshot --rm-dist --timeout 60m --config .goreleaser.main.yml
4242 env :
4343 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44+ GORELEASER_CURRENT_TAG : main
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dockers:
2323 dockerfile : Dockerfile
2424 image_templates :
2525 - " falcosecurity/event-generator:main-amd64"
26+ skip_push : false
2627 build_flag_templates :
2728 - " --pull"
2829 - " --label=org.opencontainers.image.created={{.Date}}"
@@ -45,6 +46,7 @@ dockers:
4546 dockerfile : Dockerfile
4647 image_templates :
4748 - " falcosecurity/event-generator:main-arm64v8"
49+ skip_push : false
4850 build_flag_templates :
4951 - " --platform=linux/arm64/v8"
5052 - " --pull"
@@ -71,3 +73,7 @@ docker_manifests:
7173# Skip the GitHub release for the main branch workflow
7274release :
7375 disable : true
76+
77+ # Configure snapshot naming
78+ snapshot :
79+ name_template : " main"
You can’t perform that action at this time.
0 commit comments