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 9346ac7 commit 68419e3Copy full SHA for 68419e3
.github/workflows/geonode-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
docker compose --env-file .env_test -f docker-compose-test.yml build --progress plain
20
21
- name: List built images
22
- run: docker images ls
+ run: docker images
23
24
# - name: Save built Docker images
25
# run: |
0 commit comments