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