Skip to content

Bump docker/build-push-action from 4.0.0 to 6.4.1 #32

Bump docker/build-push-action from 4.0.0 to 6.4.1

Bump docker/build-push-action from 4.0.0 to 6.4.1 #32

Workflow file for this run

name: DCO
on:
pull_request:
jobs:
DCO:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Check DCO
uses: cpanato/dco-check-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
pull_request_number: ${{ github.event.number }}