Skip to content

Commit 6ba083a

Browse files
committed
INF-526 Switch to use dockerhub image
1 parent d5761da commit 6ba083a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/01-build-then-test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ jobs:
133133
needs:
134134
- start-runner-test_branch
135135
container:
136-
image: ghcr.io/american-institutes-for-research/actions-cli:latest
136+
image: airorg/fewsnet-inf:docker-latest
137137
credentials:
138-
username: ${{ github.repository_owner }}
139-
password: ${{ secrets.CR_PAT }}
138+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
139+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
140140
defaults:
141141
run:
142142
shell: ash --noprofile --norc -eo pipefail {0} # Fail on any non-zero exit code, even in piped commands
@@ -276,10 +276,10 @@ jobs:
276276
needs:
277277
- start-runner-test_keepdb
278278
container:
279-
image: ghcr.io/american-institutes-for-research/actions-cli:latest
279+
image: airorg/fewsnet-inf:docker-latest
280280
credentials:
281-
username: ${{ github.repository_owner }}
282-
password: ${{ secrets.CR_PAT }}
281+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
282+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
283283
defaults:
284284
run:
285285
shell: ash --noprofile --norc -eo pipefail {0} # Fail on any non-zero exit code, even in piped commands
@@ -401,10 +401,10 @@ jobs:
401401
needs:
402402
- start-runner-test_main
403403
container:
404-
image: ghcr.io/american-institutes-for-research/actions-cli:latest
404+
image: airorg/fewsnet-inf:docker-latest
405405
credentials:
406-
username: ${{ github.repository_owner }}
407-
password: ${{ secrets.CR_PAT }}
406+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
407+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
408408
defaults:
409409
run:
410410
shell: ash --noprofile --norc -eo pipefail {0} # Fail on any non-zero exit code, even in piped commands
@@ -529,10 +529,10 @@ jobs:
529529
needs:
530530
- start-runner-test_tag
531531
container:
532-
image: ghcr.io/american-institutes-for-research/actions-cli:latest
532+
image: airorg/fewsnet-inf:docker-latest
533533
credentials:
534-
username: ${{ github.repository_owner }}
535-
password: ${{ secrets.CR_PAT }}
534+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
535+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
536536
defaults:
537537
run:
538538
shell: ash --noprofile --norc -eo pipefail {0} # Fail on any non-zero exit code, even in piped commands

0 commit comments

Comments
 (0)