Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
updating for v5
  • Loading branch information
theRealKLH authored Jun 19, 2024
1 parent 1eacad9 commit 71075c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name: Docker

on:
schedule:
- cron: '27 9 * * *'
- cron: '* /5 * * *'
push:
branches: [ docker ]
branches: [ v5-docker ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ docker ]
branches: [ v5-docker ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 71075c6

Please sign in to comment.