Skip to content

Commit c28943a

Browse files
committed
adjusted order of build args and secrets
1 parent fee9d1c commit c28943a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)