We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4b8b7 commit 5b3c79bCopy full SHA for 5b3c79b
1 file changed
.github/workflows/docker-ci-tags.yml
@@ -1,14 +1,13 @@
1
+# https://github.com/docker/metadata-action
2
# https://github.com/docker/build-push-action/blob/master/docs/advanced/tags-labels.md
3
name: docker-ci-tags
4
5
on:
- schedule:
6
- - cron: '0 10 * * *' # everyday at 10am
7
push:
8
- # branches:
9
- # - '**'
+ branches:
+ - 'master'
10
tags:
11
- - 'v*.*.*'
+ - 'v*'
12
pull_request:
13
branches:
14
- 'master'
@@ -28,6 +27,8 @@ jobs:
28
27
sqlpad/sqlpad
29
# generate Docker tags based on the following events/attributes
30
tags: |
+ type=ref,event=branch
31
+ type=ref,event=pr
32
type=semver,pattern={{version}}
33
type=semver,pattern={{major}}.{{minor}}
34
type=semver,pattern={{major}}
0 commit comments