Browse Source

feat: add Dockerfile and entrypoint to docker-publish workflow

The commit adds the Dockerfile and entrypoint files to the docker-publish workflow. This allows for automated building and publishing of Docker images on a weekly schedule.
pull/23/head
Daniel Gibbs 2 years ago
parent
commit
9a0cdef2d1
  1. 1
      .github/workflows/docker-publish.yml

1
.github/workflows/docker-publish.yml

@ -6,6 +6,7 @@ on:
branches: "main" branches: "main"
paths: paths:
- Dockerfile* - Dockerfile*
- entrypoint*
schedule: schedule:
- cron: "0 2 * * 6" - cron: "0 2 * * 6"

Loading…
Cancel
Save