We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774d16c commit b19c5edCopy full SHA for b19c5ed
.github/workflows/ci.yml
@@ -118,8 +118,8 @@ jobs:
118
tags: |
119
type=ref,event=branch
120
type=ref,event=pr
121
- type=semver,pattern={{version}},prefix=constructor-v
122
- type=semver,pattern={{major}}.{{minor}},prefix=constructor-v
+ type=match,pattern=constructor-v(.*),group=1
+ type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/constructor-v') }}
123
124
- name: Build and push
125
uses: docker/build-push-action@v5
0 commit comments