Build and push to dockerhub with a generated name, then prepare draft release on GitHub. #42
Annotations
1 error and 2 warnings
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir gdal && curl -L https://github.com/OSGeo/gdal/archive/v${GDAL_VERSION}.tar.gz | tar xz -C gdal --strip-components=1 && cd gdal/gdal && ./configure --prefix=/usr --without-libtool --with-geos=yes --with-libkml --with-proj && make && make install DESTDIR=\"/build\" && cd ../.. && rm -rf gdal && mkdir -p /build_gdal_version_changing/usr/include && mv /build/usr/lib /build_gdal_version_changing/usr && mv /build/usr/include/gdal_version.h /build_gdal_version_changing/usr/include && mv /build/usr/bin /build_gdal_version_changing/usr && for i in /build_gdal_version_changing/usr/lib/*; do strip -s $i 2>/dev/null || /bin/true; done && for i in /build_gdal_version_changing/usr/bin/*; do strip -s $i 2>/dev/null || /bin/true; done" did not complete successfully: exit code: 2
|
The following actions use a deprecated Node.js version and will be forced to run on node20: ***/coolname-generator-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Generate name
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading