Skip to content

Commit

Permalink
Fix unknown/unknown for docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Mar 22, 2024
1 parent da73863 commit 266c4b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hvac_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/seat_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 266c4b9

Please sign in to comment.