Skip to content

Commit 9a0cdef

Browse files
committed
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.
1 parent cbf6e45 commit 9a0cdef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: "main"
77
paths:
88
- Dockerfile*
9+
- entrypoint*
910
schedule:
1011
- cron: "0 2 * * 6"
1112

0 commit comments

Comments
 (0)