We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d2545 commit d99279bCopy full SHA for d99279b
.github/workflows/docker-publish.yml
@@ -7,7 +7,7 @@ name: Docker
7
8
on:
9
schedule:
10
- - cron: $cron-daily
+ - cron: '30 3,12 * * *'
11
push:
12
branches: [ $default-branch ]
13
# Publish semver tags as releases.
@@ -61,5 +61,7 @@ jobs:
61
push: ${{ github.event_name != 'pull_request' }}
62
tags: ${{ steps.meta.outputs.tags }}
63
labels: ${{ steps.meta.outputs.labels }}
64
+ secrets: |
65
+ "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}"
66
67
0 commit comments