sql: fix so that writing a byte array only writes the bytes being use… #361
publish.yaml
on: push
build-and-publish-image
29s
Annotations
1 error and 1 warning
build-and-publish-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e; FAN_BIN_URL=\"https://github.com/fantom-lang/fantom/releases/download/$REL_TAG/$REL_VERSION.zip\" && export DEBIAN_FRONTEND=noninteractive && apt-get -q update && apt-get -q install -y curl unzip && rm -rf /var/lib/apt/lists/* && curl -fsSL \"$FAN_BIN_URL\" -o fantom.zip && unzip fantom.zip -d fantom && mv fantom/$REL_VERSION rel && chmod +x rel/bin/* && rm -rf fantom && rm -f fantom.zip && curl -fsSL \"$SWT_DL_URL\" -o swt.zip && unzip swt.zip -d swt && mv swt/swt.jar ./ && rm -rf swt && rm -f swt.zip" did not complete successfully: exit code: 22
|
build-and-publish-image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|