Skip to content

TRIVIAL: Bump docker/build-push-action from 2 to 5 #10

TRIVIAL: Bump docker/build-push-action from 2 to 5

TRIVIAL: Bump docker/build-push-action from 2 to 5 #10

Workflow file for this run

name: Automatic Rebase/Autosquash
on:
issue_comment:
types: [created]
jobs:
rebase:
name: Rebase
if: github.event.issue.pull_request != '' && (contains(github.event.comment.body, '/rebase') || contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase+'))
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Rebase/Autosquash
uses: wandera/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}