⬆️ Upgrade kotlin version from 1.5.31 to 1.6.12 #20
Annotations
2 errors and 1 warning
publish
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y wget gnupg && wget -qO - https://www.mongodb.org/static/pgp/server-${MONGO_MAJOR}.asc | apt-key add - && echo \"deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/${MONGO_MAJOR} multiverse\" | tee /etc/apt/sources.list.d/mongodb-org-${MONGO_MAJOR}.list && apt-get update && apt-get install -y ${MONGO_PACKAGE}-shell && wget https://downloads.mongodb.com/compass/mongodb-mongosh_1.1.0_amd64.deb && dpkg -i mongodb-mongosh_1.1.0_amd64.deb && rm mongodb-mongosh_1.1.0_amd64.deb && apt-get autoremove --purge -y wget gnupg && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
publish
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y wget gnupg && wget -qO - https://www.mongodb.org/static/pgp/server-${MONGO_MAJOR}.asc | apt-key add - && echo \"deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/3.6 main\" | tee /etc/apt/sources.list.d/mongodb-org-3.6.list && apt-get update && apt-get install -y ${MONGO_PACKAGE}-shell && apt-get autoremove --purge -y wget gnupg && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
|
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|