Skip to content

Commit 502fdea

Browse files
authored
Update test-upload-local.yml
remove latest from mongo
1 parent 04a693e commit 502fdea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-upload-local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
docker load < ui.tar || exit 1
6161
6262
# Verify images exist
63-
docker image inspect mongo:latest || exit 1
63+
docker image inspect mongo || exit 1
6464
docker image inspect ${REGISTRY_PREFIX}/${REPO_NAME}-api:latest || exit 1
6565
docker image inspect ${REGISTRY_PREFIX}/${REPO_NAME}-handler:latest || exit 1
6666
docker image inspect ${REGISTRY_PREFIX}/${REPO_NAME}-ui:latest || exit 1
@@ -107,4 +107,4 @@ jobs:
107107
if: always()
108108
run: |
109109
docker compose -f ${{ env.COMPOSE_FILE }} down
110-
docker system prune -f
110+
docker system prune -f

0 commit comments

Comments
 (0)