We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f65c43 + 6928226 commit 9938d37Copy full SHA for 9938d37
1 file changed
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- master
7
tags:
8
- - 'v*.*.*'
+ - 'v(.*)'
9
pull_request:
10
11
@@ -32,8 +32,8 @@ jobs:
32
quay.io/sameersbn/postgresql
33
ghcr.io/sameersbn/postgresql
34
tags: |
35
- type=semver,pattern={{version}}
36
- type=semver,pattern={{major}}.{{minor}}
+ type=match,pattern=\d
+ type=match,pattern=(.*)
37
latest
38
39
- name: Set up Docker Buildx
0 commit comments