diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 71a2fea8e678d71c67a1d3b9e0f0ba89c5c3c447..6d488c4db356b9117dfb5d50df0b4bc240a58d7a 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -75,7 +75,6 @@ jobs: with: images: | ${{ steps.image-name.outputs.value }} - dexidp/dex flavor: | latest = false tags: | @@ -179,14 +178,14 @@ jobs: # - name: Generate build provenance attestation # uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0 # with: - # subject-name: dexidp/dex + # subject-name: hdacloud/dex # subject-digest: ${{ steps.build.outputs.digest }} # push-to-registry: true - name: Generate build provenance attestation uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0 with: - subject-name: ghcr.io/dexidp/dex + subject-name: ghcr.io/hdacloud/dex subject-digest: ${{ steps.build.outputs.digest }} push-to-registry: true if: inputs.publish