diff --git a/.github/workflows/gps_provider.yml b/.github/workflows/gps_provider.yml index 32630f2..de929a4 100644 --- a/.github/workflows/gps_provider.yml +++ b/.github/workflows/gps_provider.yml @@ -73,6 +73,9 @@ jobs: ${{ steps.meta.outputs.tags }} ${{ env.EPHEMERAL_IMAGE }} labels: ${{ steps.meta.outputs.labels }} + # Provenance to solve that an unknown/unkown image is shown on ghcr.io + # Same problem as described in https://github.com/orgs/community/discussions/45969 + provenance: false - name: Build ephemeral KUKSA gps feeder and push to ttl.sh if: needs.check_ghcr_push.outputs.push == 'false' @@ -85,6 +88,9 @@ jobs: push: true tags: ${{ env.EPHEMERAL_IMAGE }} labels: ${{ steps.meta.outputs.labels }} + # Provenance to solve that an unknown/unkown image is shown on ghcr.io + # Same problem as described in https://github.com/orgs/community/discussions/45969 + provenance: false - name: Posting message uses: eclipse-kuksa/kuksa-actions/post-container-location@2