File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
flavor : |
40
40
latest=false
41
41
tags : |
42
- type=semver,pattern={{version}},enable=${{ contains(github. ref, 'refs/tags/v') }}
42
+ type=ref,event=tag
43
43
44
44
- name : Build and push Docker image
45
45
uses : docker/build-push-action@v4
80
80
flavor : |
81
81
latest=false
82
82
tags : |
83
- type=semver,pattern={{version}},enable=${{ contains(github. ref, 'refs/tags/v') }}
83
+ type=ref,event=tag
84
84
85
85
- name : Build and push Docker image
86
86
uses : docker/build-push-action@v4
@@ -121,7 +121,7 @@ jobs:
121
121
flavor : |
122
122
latest=false
123
123
tags : |
124
- type=semver,pattern={{version}},enable=${{ contains(github. ref, 'refs/tags/v') }}
124
+ type=ref,event=tag
125
125
126
126
- name : Build and push Docker image
127
127
uses : docker/build-push-action@v4
@@ -152,7 +152,7 @@ jobs:
152
152
flavor : |
153
153
latest=false
154
154
tags : |
155
- type=semver,pattern={{version}},enable=${{ contains(github. ref, 'refs/tags/v') }}
155
+ type=ref,event=tag
156
156
157
157
- name : Log in to ghcr.io
158
158
uses : docker/login-action@v2
You can’t perform that action at this time.
0 commit comments