We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a693e commit 502fdeaCopy full SHA for 502fdea
.github/workflows/test-upload-local.yml
@@ -60,7 +60,7 @@ jobs:
60
docker load < ui.tar || exit 1
61
62
# Verify images exist
63
- docker image inspect mongo:latest || exit 1
+ docker image inspect mongo || exit 1
64
docker image inspect ${REGISTRY_PREFIX}/${REPO_NAME}-api:latest || exit 1
65
docker image inspect ${REGISTRY_PREFIX}/${REPO_NAME}-handler:latest || exit 1
66
docker image inspect ${REGISTRY_PREFIX}/${REPO_NAME}-ui:latest || exit 1
@@ -107,4 +107,4 @@ jobs:
107
if: always()
108
run: |
109
docker compose -f ${{ env.COMPOSE_FILE }} down
110
- docker system prune -f
+ docker system prune -f
0 commit comments