Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
commoodor authored Feb 29, 2024
1 parent 692d663 commit f837747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Docker

on:
schedule:
- cron: '32 23 * * *'
- cron: '22 7 * * *'
push:
branches: [ "latest" ]
# Publish semver tags as releases.
Expand All @@ -17,7 +17,7 @@ on:

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
REGISTRY: docker.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}

Expand Down

0 comments on commit f837747

Please sign in to comment.