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 95f053c commit 1daf5ecCopy full SHA for 1daf5ec
.github/workflows/docker-monitor.yaml
@@ -0,0 +1,19 @@
1
+on:
2
+ schedule:
3
+ - cron: '*/10 * * * *' # every 10 minutes
4
+ push:
5
+ branches:
6
+ - main
7
+jobs:
8
+ publish:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
+ with:
13
+ fetch-depth: 0
14
+ - name: Update Docker image
15
+ uses: docker-hub-upstream@v1
16
17
+ token: ${{ secrets.GITHUB_TOKEN }}
18
+ image: '_/alpine'
19
+ tag: '3.16'
0 commit comments