Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align SOMEIP Feeder docker config #118

Merged
merged 1 commit into from Jul 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/workflows/someip2val_build.yml
Expand Up @@ -114,10 +114,8 @@ jobs:
images: |
ghcr.io/${{ github.repository }}/someip-feeder
tags: |
type=sha
type=ref,event=tag
type=edge
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch
int0x27 marked this conversation as resolved.
Show resolved Hide resolved
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand All @@ -136,6 +134,9 @@ jobs:
${{ steps.meta.outputs.tags }}
ttl.sh/kuksa.val.feeders/someip-feeder-${{github.sha}}:8h
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 someip2val container and push to ttl.sh"
if: ${{ needs.checkrights.outputs.have_secrets != 'true' || github.event_name == 'pull_request' }}
Expand All @@ -150,3 +151,6 @@ jobs:
tags: |
ttl.sh/kuksa.val.feeders/someip-feeder-${{github.sha}}:8h
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
int0x27 marked this conversation as resolved.
Show resolved Hide resolved