Skip to content

Commit

Permalink
Refactor Dockerfile workflow to update cron schedule for Docker publi…
Browse files Browse the repository at this point in the history
…shing
  • Loading branch information
pichuang committed Oct 12, 2024
1 parent 372ad0e commit 80eb113
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker

on:
schedule:
- cron: '26 8 * * *'
- cron: '30 19 * * 0'
push:
branches: [ "master" ]
tags: [ 'v*.*.*' ]
Expand Down Expand Up @@ -48,9 +48,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=tag
type=schedule
type=raw,value=v{{date 'YYYYMMDD'}}
type=raw,value=latest
Expand Down

0 comments on commit 80eb113

Please sign in to comment.