We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7788b4e commit a9da0deCopy full SHA for a9da0de
.github/workflows/_reusable-build-images.yml
@@ -26,15 +26,11 @@ jobs:
26
runs-on: ${{ inputs.os }}
27
steps:
28
- uses: actions/checkout@v4
29
- - name: setup docker buildx
30
- id: buildx
31
- uses: docker/setup-buildx-action@v3
+ - name: Setup SimCore environment
+ uses: ./.github/actions/setup-simcore-env
32
with:
33
- driver: docker-container
34
- - name: expose github runtime for buildx
35
- uses: crazy-max/ghaction-github-runtime@v3
36
- - name: show system environs
37
- run: ./ci/helpers/show_system_versions.bash
+ python-version: ${{ inputs.python-version }}
+ expose-github-runtime: 'true'
38
- name: build backend images
39
if: ${{ inputs.build-backend }}
40
run: |
0 commit comments