Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:

- name: Publish Image - Docker Hub
if: ${{ matrix.destination == 'docker' }}
uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
uses: rancher/ecm-distro-tools/actions/publish-image@03cb52c4bd23670a192d47ef7b49d566928738d6 # v0.72.0
env:
GOARCH: ${{ matrix.arch }}
GOOS: linux
Expand All @@ -180,7 +180,7 @@ jobs:

- name: Publish Image - Staging
if: ${{ matrix.destination == 'staging' }}
uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
uses: rancher/ecm-distro-tools/actions/publish-image@03cb52c4bd23670a192d47ef7b49d566928738d6 # v0.72.0
env:
GOARCH: ${{ matrix.arch }}
GOOS: linux
Expand All @@ -198,7 +198,7 @@ jobs:

- name: Publish Image Prime
if: ${{ !contains(github.ref_name, '-rc') && matrix.destination == 'prime' }}
uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
uses: rancher/ecm-distro-tools/actions/publish-image@03cb52c4bd23670a192d47ef7b49d566928738d6 # v0.72.0
env:
GOARCH: ${{ matrix.arch }}
GOOS: linux
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

- name: Manifest - Docker
if: ${{ matrix.destination == 'docker' }}
uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
uses: rancher/ecm-distro-tools/actions/publish-image@03cb52c4bd23670a192d47ef7b49d566928738d6 # v0.72.0
env:
GOARCH: amd64
GOOS: linux
Expand All @@ -269,7 +269,7 @@ jobs:

- name: Manifest - Staging
if: ${{ matrix.destination == 'staging' }}
uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
uses: rancher/ecm-distro-tools/actions/publish-image@03cb52c4bd23670a192d47ef7b49d566928738d6 # v0.72.0
env:
GOARCH: amd64
GOOS: linux
Expand All @@ -286,7 +286,7 @@ jobs:
prime-password: ${{ env.PRIME_STAGING_REGISTRY_PASSWORD }}

- name: Manifest - Prime
uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
uses: rancher/ecm-distro-tools/actions/publish-image@03cb52c4bd23670a192d47ef7b49d566928738d6 # v0.72.0
if: ${{ !contains(github.ref_name, '-rc') && matrix.destination == 'prime' }}
env:
GOARCH: amd64
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: setup ecm-distro-tools
uses: rancher/ecm-distro-tools@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
uses: rancher/ecm-distro-tools@03cb52c4bd23670a192d47ef7b49d566928738d6 # v0.72.0

- name: Make artifacts directory
run: |
Expand Down