diff --git a/.github/workflows/head-build.yml b/.github/workflows/head-build.yml index c5cce11..c837aa9 100644 --- a/.github/workflows/head-build.yml +++ b/.github/workflows/head-build.yml @@ -58,7 +58,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD ; - name: Build and push all image variations - uses: rancher/ecm-distro-tools/actions/publish-image@8821b2e4aa18f762dc334f811f54e8f215771a68 # v0.66.2 + uses: rancher/ecm-distro-tools/actions/publish-image@016551c414f82e64af8c4c18315ea3093d10be7c # v0.74.3 with: image: ${{ vars.IMAGE_NAME || 'shell' }} tag: ${{ needs.prebuild-env.outputs.branch_static_tag }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cc4603..0f5a36a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: id: semver_check run: bash ./.github/scripts/check-semver "${{ github.ref_name }}" >> "$GITHUB_OUTPUT" - name: Build and push image to docker.io and Prime Staging Registry - uses: rancher/ecm-distro-tools/actions/publish-image@8821b2e4aa18f762dc334f811f54e8f215771a68 # v0.66.2 + uses: rancher/ecm-distro-tools/actions/publish-image@016551c414f82e64af8c4c18315ea3093d10be7c # v0.74.3 with: image: shell tag: ${{ github.ref_name }} @@ -53,7 +53,7 @@ jobs: prime-password: ${{ env.PRIME_STG_REGISTRY_PASSWORD }} - name: Build and push image to Prime Prod Registry if: steps.semver_check.outputs.IS_SEMVER == 'true' && steps.semver_check.outputs.HAS_PRERELEASE == 'false' - uses: rancher/ecm-distro-tools/actions/publish-image@8821b2e4aa18f762dc334f811f54e8f215771a68 # v0.66.2 + uses: rancher/ecm-distro-tools/actions/publish-image@016551c414f82e64af8c4c18315ea3093d10be7c # v0.74.3 with: image: shell tag: ${{ github.ref_name }}