Skip to content

Commit

Permalink
Fix unknown/unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Mar 18, 2024
1 parent 5b500a6 commit 2f9aa55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/can-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
${{ steps.meta.outputs.tags }}
ttl.sh/eclipse-kuksa/kuksa-can-provider/can-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 DBC provider container and push to ttl.sh
if: needs.check_ghcr_push.outputs.push == 'false'
Expand All @@ -99,6 +102,9 @@ jobs:
push: true
tags: "ttl.sh/eclipse-kuksa/kuksa-can-provider/can-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
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
with:
extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}

0 comments on commit 2f9aa55

Please sign in to comment.