Skip to content

Commit

Permalink
Debug image pull
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 7, 2023
1 parent bbee06d commit 8179086
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ jobs:

- name: Pull repos
run: |
docker compose pull --quiet --include-deps test
echo "${REGISTRY}${IMAGE_OWNER}/${IMAGE_NAME}:test${VAR}${IMAGE_VER}"
# docker compose pull --quiet --include-deps test
docker compose pull --include-deps test
docker images --no-trunc
- name: Start services
Expand Down

0 comments on commit 8179086

Please sign in to comment.