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

build: drop references to upstream container images

parent 5a9d27ce
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,6 @@ jobs: ...@@ -75,7 +75,6 @@ jobs:
with: with:
images: | images: |
${{ steps.image-name.outputs.value }} ${{ steps.image-name.outputs.value }}
dexidp/dex
flavor: | flavor: |
latest = false latest = false
tags: | tags: |
...@@ -179,14 +178,14 @@ jobs: ...@@ -179,14 +178,14 @@ jobs:
# - name: Generate build provenance attestation # - name: Generate build provenance attestation
# uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0 # uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
# with: # with:
# subject-name: dexidp/dex # subject-name: hdacloud/dex
# subject-digest: ${{ steps.build.outputs.digest }} # subject-digest: ${{ steps.build.outputs.digest }}
# push-to-registry: true # push-to-registry: true
- name: Generate build provenance attestation - name: Generate build provenance attestation
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0 uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
with: with:
subject-name: ghcr.io/dexidp/dex subject-name: ghcr.io/hdacloud/dex
subject-digest: ${{ steps.build.outputs.digest }} subject-digest: ${{ steps.build.outputs.digest }}
push-to-registry: true push-to-registry: true
if: inputs.publish if: inputs.publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment