Skip to content

Bump docker/build-push-action from 6.7.0 to 6.9.0 #49

Bump docker/build-push-action from 6.7.0 to 6.9.0

Bump docker/build-push-action from 6.7.0 to 6.9.0 #49

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 }}