From 697697ffe1aeea2917a4b676fd5e52309632186f Mon Sep 17 00:00:00 2001 From: Lars Seipel <ls@slrz.net> Date: Wed, 15 Jan 2025 12:44:15 +0100 Subject: [PATCH] build: drop references to upstream container images --- .github/workflows/artifacts.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 0daaf318..0e701b10 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 -- GitLab