File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,9 +215,9 @@ jobs:
215215 file : ./Dockerfile
216216 tags : skymap_scanner:py-dep-this
217217 load : true
218+ build-args : INCLUDE_GCD=0 # for pip recording we don't need GCD files
218219 secrets : |
219220 github_token=${{ secrets.PERSONAL_ACCESS_TOKEN }}
220- build-args : INCLUDE_GCD=0 # for pip recording we don't need GCD files
221221 - if : ${{ steps.pydep-precheck.outputs.do_generation == 'true' }}
222222 uses : WIPACrepo/wipac-dev-py-dependencies-action@v3.4
223223
@@ -280,9 +280,9 @@ jobs:
280280 file : ./Dockerfile
281281 tags : ${{ env._SCANNER_IMAGE_DOCKER }}
282282 load : true
283+ build-args : INCLUDE_GCD=0 # for dummy tests we don't need GCD files
283284 secrets : |
284285 github_token=${{ secrets.PERSONAL_ACCESS_TOKEN }}
285- build-args : INCLUDE_GCD=0 # for dummy tests we don't need GCD files
286286 - if : ${{ matrix.container_platform == 'apptainer' }}
287287 name : " apptainer only: install apptainer"
288288 run : |
You can’t perform that action at this time.
0 commit comments