Skip to content

Commit

Permalink
reverse --format v2s2
Browse files Browse the repository at this point in the history
  • Loading branch information
dyrnq committed Oct 4, 2024
1 parent 7333295 commit b82caee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-open-webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
dest=$(awk -F, '{print $2}' <<< "${line}")
tag=${{ matrix.tags }}
echo ${tag}
skopeo --insecure-policy copy --format v2s2 --all --retry-times 20 --dest-precompute-digests --dest-creds $DOCKER_USERNAME:$DOCKER_PASSWORD docker://"${scr}":"${tag}" docker://"${dest}":"${tag}"
skopeo --insecure-policy copy --all --retry-times 20 --dest-precompute-digests --dest-creds $DOCKER_USERNAME:$DOCKER_PASSWORD docker://"${scr}":"${tag}" docker://"${dest}":"${tag}"

0 comments on commit b82caee

Please sign in to comment.