Skip to content

Commit 0792417

Browse files
authored
chore: build / update image every week (#6)
1 parent 444a410 commit 0792417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- main
8+
schedule:
9+
- cron: '0 0 * * SUN'
810

911
env:
1012
DOCKER_IMAGE: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)