Skip to content

Commit

Permalink
fix: [#34] added print ls -la
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrerasbp committed Dec 27, 2024
1 parent d43efac commit cc68aad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
-p 5000:5000 \
--name mcvs-registry-tmp \
registry:${{ env.REGISTRY_VERSION }}
/home/runner/.regctl/bin/regctl version
echo $GITHUB_PATH
ls -la $HOME
ls -la $HOME/.regctl
ls -la $HOME/.regctl/bin
regctl \
image \
copy --digest-tags \
Expand Down

0 comments on commit cc68aad

Please sign in to comment.