Skip to content

Commit

Permalink
Use the correct image path
Browse files Browse the repository at this point in the history
Signed-off-by: BlackDex <[email protected]>
  • Loading branch information
BlackDex committed Jan 10, 2025
1 parent 489b87f commit c2a1e49
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/rust-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,27 +437,27 @@ jobs:
cache-to: ${{ steps.docker_cache.outputs.cache_to }}


# - name: Attest - Stable - docker.io
# if : ${{ steps.push_stable.outputs.digest != '' && env.HAVE_DOCKERHUB_LOGIN == 'true' }}
# uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
# with:
# subject-name: docker.io/${{ matrix.env.IMAGE_TAG }}
# subject-digest: ${{ steps.push_stable.outputs.digest }}
# push-to-registry: true
- name: Attest - Stable - docker.io
if : ${{ steps.push_stable.outputs.digest != '' && env.HAVE_DOCKERHUB_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: docker.io/blackdex/rust-musl
subject-digest: ${{ steps.push_stable.outputs.digest }}
push-to-registry: true

- name: Attest - Stable - ghcr.io
if : ${{ steps.push_stable.outputs.digest != '' && env.HAVE_GHCR_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: ghcr.io/${{ matrix.env.IMAGE_TAG }}
subject-name: ghcr.io/blackdex/rust-musl
subject-digest: ${{ steps.push_stable.outputs.digest }}
push-to-registry: true

- name: Attest - Stable - quay.io
if : ${{ steps.push_stable.outputs.digest != '' && env.HAVE_QUAY_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: quay.io/${{ matrix.env.IMAGE_TAG }}
subject-name: quay.io/blackdex/rust-musl
subject-digest: ${{ steps.push_stable.outputs.digest }}
push-to-registry: true

Expand Down Expand Up @@ -532,27 +532,27 @@ jobs:
cache-from: ${{ steps.docker_cache.outputs.cache_from }}
cache-to: ${{ steps.docker_cache.outputs.cache_to }}

# - name: Attest - VW Stable - docker.io
# if : ${{ steps.push_vw_stable.outputs.digest != '' && env.HAVE_DOCKERHUB_LOGIN == 'true' }}
# uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
# with:
# subject-name: docker.io/${{ matrix.env.IMAGE_TAG }}
# subject-digest: ${{ steps.push_vw_stable.outputs.digest }}
# push-to-registry: true
- name: Attest - VW Stable - docker.io
if : ${{ steps.push_vw_stable.outputs.digest != '' && env.HAVE_DOCKERHUB_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: docker.io/blackdex/rust-musl
subject-digest: ${{ steps.push_vw_stable.outputs.digest }}
push-to-registry: true

- name: Attest - VW Stable - ghcr.io
if : ${{ steps.push_vw_stable.outputs.digest != '' && env.HAVE_GHCR_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: ghcr.io/${{ matrix.env.IMAGE_TAG }}
subject-name: ghcr.io/blackdex/rust-musl
subject-digest: ${{ steps.push_vw_stable.outputs.digest }}
push-to-registry: true

- name: Attest - VW Stable - quay.io
if : ${{ steps.push_vw_stable.outputs.digest != '' && env.HAVE_QUAY_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: quay.io/${{ matrix.env.IMAGE_TAG }}
subject-name: quay.io/blackdex/rust-musl
subject-digest: ${{ steps.push_vw_stable.outputs.digest }}
push-to-registry: true

Expand Down Expand Up @@ -619,26 +619,26 @@ jobs:
cache-from: ${{ steps.docker_cache.outputs.cache_from }}
cache-to: ${{ steps.docker_cache.outputs.cache_to }}

# - name: Attest - VW Stable - docker.io
# if : ${{ steps.push_nightly.outputs.digest != '' && env.HAVE_DOCKERHUB_LOGIN == 'true' }}
# uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
# with:
# subject-name: docker.io/${{ matrix.env.IMAGE_TAG }}
# subject-digest: ${{ steps.push_nightly.outputs.digest }}
# push-to-registry: true
- name: Attest - VW Stable - docker.io
if : ${{ steps.push_nightly.outputs.digest != '' && env.HAVE_DOCKERHUB_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: docker.io/blackdex/rust-musl
subject-digest: ${{ steps.push_nightly.outputs.digest }}
push-to-registry: true

- name: Attest - VW Stable - ghcr.io
if : ${{ steps.push_nightly.outputs.digest != '' && env.HAVE_GHCR_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: ghcr.io/${{ matrix.env.IMAGE_TAG }}
subject-name: ghcr.io/blackdex/rust-musl
subject-digest: ${{ steps.push_nightly.outputs.digest }}
push-to-registry: true

- name: Attest - VW Stable - quay.io
if : ${{ steps.push_nightly.outputs.digest != '' && env.HAVE_QUAY_LOGIN == 'true' }}
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-name: quay.io/${{ matrix.env.IMAGE_TAG }}
subject-name: quay.io/blackdex/rust-musl
subject-digest: ${{ steps.push_nightly.outputs.digest }}
push-to-registry: true

0 comments on commit c2a1e49

Please sign in to comment.