Skip to content

Merge pull request #5 from dir01/dependabot/github_actions/actions/ch… #20

Merge pull request #5 from dir01/dependabot/github_actions/actions/ch…

Merge pull request #5 from dir01/dependabot/github_actions/actions/ch… #20

Workflow file for this run

name: On push to master
on:
push:
branches: [master]
jobs:
image:
name: Create and publish a Docker image
uses: ./.github/workflows/do_build_image.yml
secrets:
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}