Skip to content

chore(deps): bump docker/build-push-action from 5 to 6 in the github-actions group #467

chore(deps): bump docker/build-push-action from 5 to 6 in the github-actions group

chore(deps): bump docker/build-push-action from 5 to 6 in the github-actions group #467

Workflow file for this run

---
name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: self-hosted
timeout-minutes: 2
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}