Skip to content

Commit

Permalink
Fix unknown/unknown images
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Mar 25, 2024
1 parent 4bfde34 commit e6141e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kuksa_csv_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
${{ steps.meta.outputs.tags }}
ttl.sh/eclipse-kuksa/kuksa-csv-provider/csv-provider-${{github.sha}}
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 CSV provider container and push to ttl.sh
if: needs.check_ghcr_push.outputs.push == 'false'
Expand All @@ -116,6 +119,9 @@ jobs:
push: true
tags: ttl.sh/eclipse-kuksa/kuksa-csv-provider/csv-provider-${{github.sha}}
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
Expand Down

0 comments on commit e6141e4

Please sign in to comment.