Skip to content

Commit 17cb2f3

Browse files
authored
Merge pull request #38 from rafaelbreno/main-publish-ga-stg
Remove conditional in `release.yaml` workflow.
2 parents c39a1f5 + 8c3a4c4 commit 17cb2f3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
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

0 commit comments

Comments
 (0)