Skip to content
Snippets Groups Projects
Commit 697697ff authored by Lars Seipel's avatar Lars Seipel
Browse files

build: drop references to upstream container images

parent 3e90ce92
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment