Skip to content

Commit a9da0de

Browse files
committed
also clean builder
1 parent 7788b4e commit a9da0de

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/_reusable-build-images.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,11 @@ jobs:
2626
runs-on: ${{ inputs.os }}
2727
steps:
2828
- uses: actions/checkout@v4
29-
- name: setup docker buildx
30-
id: buildx
31-
uses: docker/setup-buildx-action@v3
29+
- name: Setup SimCore environment
30+
uses: ./.github/actions/setup-simcore-env
3231
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
32+
python-version: ${{ inputs.python-version }}
33+
expose-github-runtime: 'true'
3834
- name: build backend images
3935
if: ${{ inputs.build-backend }}
4036
run: |

0 commit comments

Comments
 (0)