Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 5cd168d

Browse files
authored
Update docker-publish.yml
1 parent 0a79b97 commit 5cd168d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- 'main'
7+
schedule:
8+
- cron: '0 0 * * *'
79

810
jobs:
911
docker:
@@ -40,4 +42,4 @@ jobs:
4042
push: true
4143
tags: |
4244
gameservermanagers/linuxgsm-docker:latest
43-
ghcr.io/gameservermanagers/linuxgsm-docker:latest
45+
ghcr.io/gameservermanagers/linuxgsm-docker:latest

0 commit comments

Comments
 (0)