Skip to content

chore(deps): bump docker/build-push-action from 5 to 6 #6

chore(deps): bump docker/build-push-action from 5 to 6

chore(deps): bump docker/build-push-action from 5 to 6 #6

Workflow file for this run

name: BotAutoMerge
on: pull_request
permissions: write-all
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: peter-evans/enable-pull-request-automerge@v3
with:
pull-request-number: ${{ github.event.pull_request.number }}
merge-method: rebase