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 5958172 commit 7e51f54Copy full SHA for 7e51f54
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
images: cyberpearuk/nginx-proxy
30
tags: |
31
- type=raw,event=tag,value=${{ env.TAG }}
+ type=ref,event=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
@@ -45,8 +45,8 @@ jobs:
45
uses: docker/metadata-action@e1a45f6e54773201956dae54cd74ee7fdcafe877
46
47
images: cyberpearuk/nginx
48
- tags:
49
+ tags: |
50
51
- name: Build and push nginx only image
52
0 commit comments