Skip to content

chore(deps): update python docker tag to v3.12.9 (#50) #16

chore(deps): update python docker tag to v3.12.9 (#50)

chore(deps): update python docker tag to v3.12.9 (#50) #16

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