File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,19 +13,11 @@ inputs:
1313 description : ' Ccache directory'
1414 default : /github/workspace/.ccache
1515
16- env :
17- REGISTRY : ghcr.io
18- IMAGE_NAME : duckdb/duckdb-wasm-ci-env
19-
2016runs :
2117 using : ' composite'
2218 steps :
2319 - run : |-
24- echo "IMAGE_TAG=$(cat ./TAG)" >> $GITHUB_ENV
25- shell: bash
26-
27- - run : |-
28- docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
20+ docker pull "ghcr.io/duckdb/duckdb-wasm-ci-env:$(cat ${{ github.action_path }}/TAG)"
2921 shell: bash
3022
3123 - run : |-
3830 -e YARN_CACHE_FOLDER=/mnt/yarn_cache \
3931 -e CCACHE_DIR=/mnt/ccache \
4032 -e CCACHE_BASEDIR=/github/workspace \
41- ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:$ {{ env.IMAGE_TAG }} \
33+ "ghcr.io/duckdb/duckdb-wasm-ci- env:$(cat $ {{ github.action_path }}/TAG)" \
4234 bash -c "${{ inputs.script }}"
4335 shell: bash
You can’t perform that action at this time.
0 commit comments