Skip to content

Entrypoint: add bash trace #36

Entrypoint: add bash trace

Entrypoint: add bash trace #36

Workflow file for this run

name: "Docker"
on:
push:
branches: ["master"]
schedule:
- cron: "0 8 * * 1"
jobs:
build:
name: "Build"
uses: dockette/.github/.github/workflows/docker.yml@master
secrets: inherit
with:
image: "dockette/kumatron"
tag: "latest"
context: "."