We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7622a51 commit 484eee9Copy full SHA for 484eee9
1 file changed
.github/workflows/docker-publish.yml
@@ -6,8 +6,6 @@ name: Docker
6
# documentation.
7
8
on:
9
- schedule:
10
- - cron: '18 17 * * *'
11
push:
12
branches: [ ]
13
# Publish semver tags as releases.
@@ -60,4 +58,4 @@ jobs:
60
58
context: .
61
59
push: ${{ github.event_name != 'pull_request' }}
62
tags: ${{ steps.meta.outputs.tags }}
63
- labels: ${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments