Need me some debug.
This commit is contained in:
parent
42af174c0b
commit
667cf3b8ff
|
|
@ -43,10 +43,12 @@ spec:
|
||||||
buildah --storage-driver=overlay bud --tls-verify=false --no-cache \
|
buildah --storage-driver=overlay bud --tls-verify=false --no-cache \
|
||||||
-f $(params.containerfile) -t $(params.name):$(params.version) .
|
-f $(params.containerfile) -t $(params.name):$(params.version) .
|
||||||
# Push
|
# Push
|
||||||
skopeo copy --dest-tls-verify=false --sign-by-sigstore=$HOME/.sigstore/param-file.yaml \
|
cat $HOME/.sigstore/param-file.yaml
|
||||||
|
ls $HOME/.sigstore
|
||||||
|
skopeo copy --debug --dest-tls-verify=false --sign-by-sigstore=$HOME/.sigstore/param-file.yaml \
|
||||||
containers-storage:localhost/$(params.name):$(params.version) \
|
containers-storage:localhost/$(params.name):$(params.version) \
|
||||||
docker://$(params.registry)/$(params.name):$(params.version)
|
docker://$(params.registry)/$(params.name):$(params.version)
|
||||||
skopeo copy --dest-tls-verify=false --sign-by-sigstore=$HOME/.sigstore/param-file.yaml \
|
skopeo copy --debug --dest-tls-verify=false --sign-by-sigstore=$HOME/.sigstore/param-file.yaml \
|
||||||
containers-storage:localhost/$(params.name):$(params.version) \
|
containers-storage:localhost/$(params.name):$(params.version) \
|
||||||
docker://$(params.registry)/$(params.name):latest
|
docker://$(params.registry)/$(params.name):latest
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue