Skip to content

chore(deps): update python docker tag to v3.13 (#83) #190

chore(deps): update python docker tag to v3.13 (#83)

chore(deps): update python docker tag to v3.13 (#83) #190

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/ci.yml
release:
permissions:
contents: write
runs-on: ubuntu-latest
needs:
- test
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}