File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3232 uses : goreleaser/goreleaser-action@v6
3333 with :
3434 version : " ~> v2"
35- args : release --clean --snapshot
35+ args : release --clean
3636 env :
3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3838
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ dockers:
3939 - use : buildx
4040 image_templates :
4141 - " ghcr.io/firebolt-db/mcp-server:{{ .Version }}-amd64"
42- skip_push : true
4342 build_flag_templates :
4443 - --platform=linux/amd64
4544 - --label=org.opencontainers.image.title={{ .ProjectName }}
@@ -54,7 +53,6 @@ dockers:
5453 image_templates :
5554 - " ghcr.io/firebolt-db/mcp-server:{{ .Version }}-arm64v8"
5655 goarch : arm64
57- skip_push : true
5856 build_flag_templates :
5957 - --platform=linux/arm64/v8
6058 - --label=org.opencontainers.image.title={{ .ProjectName }}
You can’t perform that action at this time.
0 commit comments