Skip to content

Commit 365b1ae

Browse files
Fix cron workflow
1 parent 2d9cc59 commit 365b1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CRON.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
TERM: xterm-256color
21-
run: make build push
21+
run: make build

0 commit comments

Comments
 (0)