Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hottram authored Oct 24, 2024
1 parent 963012a commit 26881e7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name: Publish Docker Image
# separate terms of service, privacy policy, and support
# documentation.

on:
schedule:
- cron: '21 5 */5 * *'
push:
branches: [ master ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
#on:
# schedule:
# - cron: '21 5 */5 * *'
# push:
# branches: [ master ]
# # Publish semver tags as releases.
# tags: [ 'v*.*.*' ]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 26881e7

Please sign in to comment.