Skip to content

Commit

Permalink
fix: [#34] added cat to regctl
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrerasbp committed Dec 27, 2024
1 parent 1588ffe commit b7bd698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Create registry backup directory
run: mkdir -p ${{ env.DOCKERFILE_CONTEXT }}/backup-registry
- name: Pull images data and prepare context directory
if: startsWith(github.ref, 'refs/tags/')
shell: bash
run: |
#!/bin/bash
Expand All @@ -48,7 +49,7 @@ jobs:
ls -la $HOME
ls -la $HOME/.regctl
ls -la $HOME/.regctl/bin
cat $HOME/.regctl/bin
cat $HOME/.regctl/bin/regctl
regctl \
image \
copy --digest-tags \
Expand Down

0 comments on commit b7bd698

Please sign in to comment.