From d82a47782a15b37d06d949bcfc705b43ffcf6e45 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 71a2fea8..6d488c4d 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 -- GitLab