Skip to content

ci: bump docker/metadata-action from 4 to 5 (#140) #19

ci: bump docker/metadata-action from 4 to 5 (#140)

ci: bump docker/metadata-action from 4 to 5 (#140) #19

Workflow file for this run

name: Release
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
update:
name: Update Draft
runs-on: ubuntu-latest
steps:
- name: Update draft release
uses: release-drafter/release-drafter@v5
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ github.token }}