Skip to content

Commit

Permalink
Adding cron schedule for testing and including annotations in image
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Aug 13, 2024
1 parent e281014 commit e3ad173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
pull_request:
branches:
- 'master'
schedule:
- cron: '0 6 15 * *' # 15th of each month at 6am

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -79,6 +81,7 @@ jobs:
if: github.ref_type == 'tag'
uses: docker/build-push-action@v6
with:
annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha
cache-to: type=gha,mode=max
context: "{{defaultContext}}:docker"
Expand Down

0 comments on commit e3ad173

Please sign in to comment.