Skip to content

Commit

Permalink
Add env version to Ibeji
Browse files Browse the repository at this point in the history
  • Loading branch information
ladatz committed Apr 10, 2024
1 parent 52b1881 commit 542a060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 65 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/containerize-invehicle-stack-ibeji.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Containerize In-Vehicle Stack - Ibeji
on:
workflow_dispatch:

env:
IBEJI_VERSION: 0.1.1

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -29,7 +32,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: eclipse-ibeji/ibeji
ref: 0.1.1
ref: ${{ env.IBEJI_VERSION }}
submodules: recursive

- name: Build and push multi-platform Docker image for Ibeji In-vehicle Digital Twin
Expand All @@ -39,4 +42,4 @@ jobs:
file: Dockerfile_integrated.multi
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-ibeji/invehicle-digital-twin:0.1.1
tags: ghcr.io/eclipse-sdv-blueprints/software-orchestration/eclipse-ibeji/invehicle-digital-twin:${{ env.IBEJI_VERSION }}
63 changes: 0 additions & 63 deletions .github/workflows/containerize-sample-workloads.yml

This file was deleted.

0 comments on commit 542a060

Please sign in to comment.