From 01cfafbc870f5314cf975ed7d37737e4a5bdca3e Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 26 Jan 2025 19:43:14 +0100 Subject: [PATCH] silenced the skopeo copy --- build_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_container.sh b/build_container.sh index 310f798..786a739 100755 --- a/build_container.sh +++ b/build_container.sh @@ -33,4 +33,4 @@ buildah run -- builder kc.sh build --db=postgres --metrics-enabled=true --https- buildah copy --from builder --chown root:root final /opt/keycloak/ /opt/keycloak/ buildah rm builder buildah commit -q -f oci --rm final containers-storage:localhost/keycloak:latest -skopeo copy containers-storage:localhost/keycloak:latest containers-storage:localhost/keycloak:$GITHUB_RUN_NUMBER \ No newline at end of file +skopeo copy -q containers-storage:localhost/keycloak:latest containers-storage:localhost/keycloak:$GITHUB_RUN_NUMBER \ No newline at end of file