Skip to content

Remove sigterm module #1

Remove sigterm module

Remove sigterm module #1

Workflow file for this run

name: Push
on: push
permissions:
contents: read
packages: write
jobs:
docker:
uses: ./.github/workflows/docker.yml
if: ${{ github.actor != 'dependabot[bot]' }}
with:
push: ${{ github.ref == 'refs/heads/main' }}
secrets: inherit