File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171
7272 - name : Publish Image - Staging
7373 uses : rancher/ecm-distro-tools/actions/publish-image@master
74- if : ${{ contains(github.ref_name, '-rc') }}
7574 env :
7675 GOARCH : ${{ matrix.arch }}
7776 GOOS : ${{ matrix.os }}
@@ -155,7 +154,6 @@ jobs:
155154
156155 - name : Publish Manifest - Staging
157156 uses : rancher/ecm-distro-tools/actions/publish-image@master
158- if : ${{ contains(github.ref_name, '-rc') }}
159157 with :
160158 image : ${{ env.IMAGE }}
161159 tag : ${{ env.GIT_TAG }}
@@ -169,7 +167,6 @@ jobs:
169167 prime-password : ${{ env.PRIME_STAGING_REGISTRY_PASSWORD }}
170168
171169 - name : Inspect Staging image
172- if : ${{ contains(github.ref_name, '-rc') }}
173170 run : docker buildx imagetools inspect ${{ env.PRIME_STAGING_REGISTRY }}/${{ env.REPO }}/${{ env.IMAGE }}:${{ env.GIT_TAG }}
174171
175172 - name : Publish Image - Prime
You can’t perform that action at this time.
0 commit comments