From 4b9699de2e6e3df7a5275f6f8a70776ac63fd8f1 Mon Sep 17 00:00:00 2001 From: Erik Jaegervall Date: Tue, 19 Mar 2024 14:30:34 +0100 Subject: [PATCH] Fix unknown/unknown for docker containers See https://github.com/eclipse/kuksa.val/issues/752 --- .github/workflows/hvac_service.yml | 6 ++++++ .github/workflows/seat_service.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/hvac_service.yml b/.github/workflows/hvac_service.yml index 787a46a..e82812b 100644 --- a/.github/workflows/hvac_service.yml +++ b/.github/workflows/hvac_service.yml @@ -111,6 +111,9 @@ jobs: ${{ steps.meta.outputs.tags }} ttl.sh/eclipse-kuksa/kuksa-incubation/hvac_service-${{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 container and push to ttl.sh if: needs.check_ghcr_push.outputs.push == 'false' @@ -125,6 +128,9 @@ jobs: push: true tags: "ttl.sh/eclipse-kuksa/kuksa-incubation/hvac_service-${{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 diff --git a/.github/workflows/seat_service.yml b/.github/workflows/seat_service.yml index 689a357..2fcd589 100644 --- a/.github/workflows/seat_service.yml +++ b/.github/workflows/seat_service.yml @@ -124,6 +124,9 @@ jobs: ${{ steps.meta.outputs.tags }} ttl.sh/eclipse-kuksa/kuksa-incubation/seat_service-${{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 container and push to ttl.sh if: needs.check_ghcr_push.outputs.push == 'false' @@ -138,6 +141,9 @@ jobs: push: true tags: "ttl.sh/eclipse-kuksa/kuksa-incubation/seat_service-${{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