Release #54
release.yml
on: workflow_dispatch
release-maven
55m 28s
Annotations
1 error and 1 warning
release-docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl unzip && rm -rf $CATALINA_HOME/webapps/* && if [ -z \"$VERSION\" ] ; then VERSION=\"$(curl -i -o - --silent https://api.github.com/repos/OpenIdentityPlatform/OpenAM/releases/latest | grep -m1 \"\\\"name\\\"\" | cut -d\\\" -f4)\"; fi && curl -L https://github.com/OpenIdentityPlatform/OpenAM/releases/download/$VERSION/OpenAM-$VERSION.war --output $CATALINA_HOME/webapps/$OPENAM_PATH.war && mkdir /usr/openam && curl -L https://github.com/OpenIdentityPlatform/OpenAM/releases/download/$VERSION/SSOConfiguratorTools-$VERSION.zip --output /usr/openam/ssoconfiguratortools.zip && mkdir /usr/openam/ssoconfiguratortools && unzip /usr/openam/ssoconfiguratortools.zip -d /usr/openam/ssoconfiguratortools && rm /usr/openam/ssoconfiguratortools.zip && curl -L https://github.com/OpenIdentityPlatform/OpenAM/releases/download/$VERSION/SSOAdminTools-$VERSION.zip --output /usr/openam/ssoadmintools.zip && mkdir /usr/openam/ssoadmintools && unzip /usr/openam/ssoadmintools.zip -d /usr/openam/ssoadmintools && rm /usr/openam/ssoadmintools.zip && chgrp -R 0 /usr/openam/ && chmod -R g=u /usr/openam/ && useradd -m -r -u 1001 -g root $OPENAM_USER && install -d -o $OPENAM_USER $OPENAM_DATA_DIR && chown -R $OPENAM_USER:root $CATALINA_HOME && apt-get remove -y --purge unzip && rm -rf /var/lib/apt/lists/* && sed -i '/<\\/Host>/i \\ \\ \\ \\ <Valve className=\\\"org.apache.catalina.valves.RemoteIpValve\\\" httpServerPort=\\\"8080\\\" httpsServerPort=\\\"443\\\" />' $CATALINA_HOME/conf/server.xml" did not complete successfully: exit code: 9
|
release-maven
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|