File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
platforms : linux/amd64,linux/arm64
137
137
tags : |
138
138
ghcr.io/commit-boost/pbs:${{ github.ref_name }}
139
- ghcr.io/commit-boost/pbs:latest
139
+ ${{ !contains(github.ref_name, 'rc') && ' ghcr.io/commit-boost/pbs:latest' || '' }}
140
140
cache-from : type=registry,ref=ghcr.io/commit-boost/pbs:buildcache
141
141
cache-to : type=registry,ref=ghcr.io/commit-boost/pbs:buildcache,mode=max
142
142
file : provisioning/pbs.Dockerfile
@@ -172,7 +172,7 @@ jobs:
172
172
platforms : linux/amd64,linux/arm64
173
173
tags : |
174
174
ghcr.io/commit-boost/signer:${{ github.ref_name }}
175
- ghcr.io/commit-boost/signer:latest
175
+ ${{ !contains(github.ref_name, 'rc') && ' ghcr.io/commit-boost/signer:latest' || '' }}
176
176
cache-from : type=registry,ref=ghcr.io/commit-boost/signer:buildcache
177
177
cache-to : type=registry,ref=ghcr.io/commit-boost/signer:buildcache,mode=max
178
178
file : provisioning/signer.Dockerfile
You can’t perform that action at this time.
0 commit comments