Merge pull request #4295 from rackerlabs/avoid-hardcoded-image

ci: avoid hardcoded dexidp GitHub org
This commit is contained in:
Márk Sági-Kazár
2025-08-29 12:05:17 +02:00
committed by GitHub
+2 -2
View File
@@ -75,7 +75,7 @@ jobs:
with:
images: |
${{ steps.image-name.outputs.value }}
dexidp/dex
${{ github.repository == 'dexidp/dex' && 'dexidp/dex' || '' }}
flavor: |
latest = false
tags: |
@@ -186,7 +186,7 @@ jobs:
- name: Generate build provenance attestation
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
with:
subject-name: ghcr.io/dexidp/dex
subject-name: ghcr.io/${{ github.repository }}
subject-digest: ${{ steps.build.outputs.digest }}
push-to-registry: true
if: inputs.publish