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