Skip to content

chore(deps): update python docker tag to v3.13.2 (#51) #17

chore(deps): update python docker tag to v3.13.2 (#51)

chore(deps): update python docker tag to v3.13.2 (#51) #17

Workflow file for this run

# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: MIT
name: Release
on:
push:
tags:
- '*'
jobs:
create_release:
runs-on: ubuntu-24.04
name: Create release on GitHub
permissions:
contents: write
steps:
- uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true