Skip to content

Commit

Permalink
fix: [#34] modified docker cp
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrerasbp committed Dec 31, 2024
1 parent cd45a5d commit 7bcbdf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mcvs-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# export images files to backup directory
docker \
cp \
mcvs-registry-tmp:/var/lib/registry \
mcvs-registry-tmp:/var/lib/registry/. \
${{ env.DOCKERFILE_CONTEXT }}/backup-registry
# clean up the registry container
Expand Down Expand Up @@ -104,7 +104,6 @@ jobs:
ls -lah ${{ env.DOCKERFILE_CONTEXT }}
ls -lah ${{ env.DOCKERFILE_CONTEXT }}/backup-registry
ls -lah ${{ env.DOCKERFILE_CONTEXT }}/backup-registry/registry
docker exec mcvs-registry \
ash -c 'cat /etc/docker/registry/config.yml'
Expand Down

0 comments on commit 7bcbdf0

Please sign in to comment.