Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
48N6E authored Oct 21, 2024
1 parent 0213c32 commit 50a5589
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Nightly Docker Build

on: ["push"]
# schedule:
# # Runs at midnight UTC every day
# - cron: '0 0 * * *'
on:
schedule:
# Runs at midnight UTC every day
- cron: '0 0 * * *'
env:
USERNAME: ${{ secrets.DOCKER_USERNAME }}
PASSWORD: ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit 50a5589

Please sign in to comment.