Remove unnecessary --dest-tls-verify=false from skopeo push
Caddy provides valid TLS for registry.ops.eblu.me. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c098199f8b
commit
c2ce60c8c9
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ jobs:
|
||||||
|
|
||||||
echo "Pushing to $IMAGE"
|
echo "Pushing to $IMAGE"
|
||||||
skopeo copy \
|
skopeo copy \
|
||||||
--dest-tls-verify=false \
|
|
||||||
"docker-archive:result" \
|
"docker-archive:result" \
|
||||||
"docker://$IMAGE"
|
"docker://$IMAGE"
|
||||||
echo "Push complete: $IMAGE"
|
echo "Push complete: $IMAGE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue