Skip to content

Commit

Permalink
chore: restore oci format
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed Apr 25, 2024
1 parent f384bb4 commit 47c6b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/sync-repository.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -x

SRC_REPOSITORY=${1}
DESTINATION_NAMESPACE=${2}

Expand All @@ -9,6 +9,7 @@ docker run \
sync \
--all \
--keep-going \
-f oci \
--retry-times 5 \
--src docker \
--dest docker \
Expand Down

0 comments on commit 47c6b14

Please sign in to comment.