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 3c15703 commit e90ef7aCopy full SHA for e90ef7a
.github/workflows/build.yml
@@ -28,8 +28,8 @@ jobs:
28
with:
29
images: cyberpearuk/nginx-proxy
30
tags: |
31
- type=raw,event=branch
32
- type=raw,event=tag,value=latest,enable={{is_default_branch}}
+ type=semver,event=tag,pattern={{version}}
+ type=raw,event=branch,value=latest,enable={{is_default_branch}}
33
- name: Build and push main image
34
uses: docker/build-push-action@v2
35
@@ -46,7 +46,7 @@ jobs:
46
47
images: cyberpearuk/nginx
48
tags:
49
50
type=raw,event=branch,value=latest,enable={{is_default_branch}}
51
- name: Build and push nginx only image
52
0 commit comments