Skip to content

Commit

Permalink
Update docker-build-and-push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 committed May 23, 2023
1 parent 27027ca commit 3fdade4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Push to github container register
on:
release:
types: [created]
schedule:
- cron: '0 22 * * *'

jobs:
push-docker:
Expand All @@ -24,4 +26,4 @@ jobs:
context: .
push: true
tags: |
ghcr.io/${{ github.repository }}
ghcr.io/${{ github.repository }}

0 comments on commit 3fdade4

Please sign in to comment.