Skip to content

Commit

Permalink
fix: [#34] removed ls commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrerasbp committed Dec 31, 2024
1 parent 7bcbdf0 commit 0673582
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/mcvs-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,4 @@ jobs:
curl http://localhost:5001/v2/_catalog
ls -lah ${{ env.DOCKERFILE_CONTEXT }}
ls -lah ${{ env.DOCKERFILE_CONTEXT }}/backup-registry
docker exec mcvs-registry \
ash -c 'cat /etc/docker/registry/config.yml'
docker exec mcvs-registry \
ash -c \
'cat /etc/distribution/config.yml'
docker exec mcvs-registry \
ash -c \
'ls -lah /var/lib/registry/docker/registry/v2/repositories'
docker rm --force mcvs-registry

0 comments on commit 0673582

Please sign in to comment.