diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 0daaf3187cba02efe94c2d8d9223f0347c9edb78..0e701b10ce436078431f1a05504e88d1ade97fb3 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -76,7 +76,6 @@ jobs: with: images: | ${{ steps.image-name.outputs.value }} - dexidp/dex flavor: | latest = false tags: | @@ -180,14 +179,14 @@ jobs: # - name: Generate build provenance attestation # uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.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@7668571508540a607bdfd90a87a560489fe372eb # v2.1.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