chore(deps): bump docker/bake-action from 5 to 6 #2545
build.yml
on: pull_request
Annotations
2 errors and 5 warnings
validate (vendor-validate)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n rsync -a /context/. .\n git add -A\n rm -rf vendor\n cp -rf /out/* .\n if [ -n \"$(git status --porcelain -- go.mod go.sum vendor)\" ]; then\n echo >&2 'ERROR: Vendor result differs. Please vendor your package with \"make vendor\"'\n git status --porcelain -- go.mod go.sum vendor\n exit 1\n fi\n" did not complete successfully: exit code: 128
|
validate (gen-validate)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n git add -A\n if [ \"$(ls -A /generated-files)\" ]; then\n cp -rf /generated-files/* .\n fi\n diff=$(git status --porcelain -- ':!vendor' '**/*.pb.go')\n if [ -n \"$diff\" ]; then\n echo >&2 'ERROR: Vendor result differs. Please vendor your package with \"docker buildx bake gen\"'\n echo \"$diff\"\n exit 1\n fi\n" did not complete successfully: exit code: 128
|
prepare
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
validate (vendor-validate)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
validate (gen-validate)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
validate (lint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|