Skip to content

Commit

Permalink
Velocitas sync
Browse files Browse the repository at this point in the history
  • Loading branch information
mml5bg committed Sep 19, 2023
1 parent 75964dc commit 6e47f88
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build-image:
name: "Building image (${{ inputs.app_name }})"
runs-on: ubuntu-22.04
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.1
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.2
env:
APP_NAME: ${{ inputs.app_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
jobs:
unit-tests:
runs-on: ubuntu-22.04
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.1
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.2
name: Run unit tests and linters

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-lifecycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
check-sync:
runs-on: ubuntu-22.04
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.1
container: ghcr.io/eclipse-velocitas/devcontainer-base-images/python:v0.2
name: Are files in sync?

steps:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
NAME=$(cat ./app/AppManifest.json | jq -r '.name')
echo "app_name=$NAME" >> $GITHUB_OUTPUT
gen-desired-state:
uses: ./.github/workflows/gen-desired-state.yml
needs: [get-app-name]
with:
app_name: ${{ needs.get-app-name.outputs.app_name }}

upload-images:
name: "Upload image (${{ needs.get-app-name.outputs.app_name }})"
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 6e47f88

Please sign in to comment.