Skip to content

Commit 0297a2e

Browse files
committed
Remove existing docker image before building in PR tests
1 parent 266a0a5 commit 0297a2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pull_request_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
env:
2727
NREL_DEV_API_KEY: ${{ secrets.NREL_DEV_API_KEY }}
2828
run: ./.github/scripts/make_keys.py.sh
29+
- name: Remove existing base-api-image
30+
run: docker rmi docker.io/library/base-api-image:latest || true
2931
- name: Build containers
3032
run: docker compose up -d
3133
- name: Check running containers

0 commit comments

Comments
 (0)