Skip to content

feat(providers): update model defaults and timeouts #31

feat(providers): update model defaults and timeouts

feat(providers): update model defaults and timeouts #31

Workflow file for this run

---
name: release
on:
push:
tags:
- 'v*'
permissions:
contents: write
packages: write
attestations: write
id-token: write
actions: read
jobs:
docker-build:
name: docker-build
uses: ./.github/workflows/140-docker-build.yaml
with:
runs_on: ubuntu-latest
continue_on_error: false
service_name: "commit"
image_tag: ${{ github.ref_name }}
tag_latest: true
platforms: "linux/amd64,linux/arm64"
attestation: true
generate_sbom: true
attestation_sbom: true
goreleaser:
name: goreleaser
runs-on: ubuntu-latest
needs:
- docker-build
steps:
- name: 'Checkout'
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: 'Setup Go'
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: 'Install Cosign'
uses: sigstore/cosign-installer@v3
- name: 'Install Syft'
uses: anchore/sbom-action/download-syft@v0
- name: 'Run GoReleaser'
uses: goreleaser/goreleaser-action@v6
with:
version: '~> v2'
args: release --clean --config .goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
COSIGN_EXPERIMENTAL: 1