Build and Push Docker image #93
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [[ ${OSG_RELEASE} == \"23\" ]]; then REL_URL_SNIPPET=23-main; else REL_URL_SNIPPET=${OSG_RELEASE}; fi && yum -y install https://repo.opensciencegrid.org/osg/${REL_URL_SNIPPET}/osg-${REL_URL_SNIPPET}-el${EL_VER}-release-latest.rpm epel-release yum-utils && if [[ ${EL_VER} == 7 ]]; then yum -y install yum-plugin-priorities; elif [[ ${EL_VER} == 8 ]]; then yum-config-manager --enable powertools; elif [[ ${EL_VER} == 9 ]]; then yum-config-manager --enable crb; fi && if [[ ${BASE_YUM_REPO} == \"devel\" ]]; then yum-config-manager --enable osg-development; elif [[ ${BASE_YUM_REPO} != \"release\" ]]; then yum-config-manager --enable osg-${BASE_YUM_REPO}; fi && yum -y install osg-wn-client openssh-server apptainer && yum clean all && rm -rf /var/cache/yum/*" did not complete successfully: exit code: 1
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/[email protected], docker/[email protected], docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading