You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker buildx bake --file .devcontainer/docker-bake.hcl --print base > /tmp/bake-print.txt
203
198
if grep -Ei "docker\\.io|library/" /tmp/bake-print.txt; then
204
199
echo "docker.io reference detected in base bake plan"
@@ -209,7 +204,7 @@ jobs:
209
204
exit 1
210
205
fi
211
206
for tgt in devcontainer_gcc14_clang_qual devcontainer_gcc14_clang_dev devcontainer_gcc14_clangp2996 devcontainer_gcc15_clang_qual devcontainer_gcc15_clang_dev devcontainer_gcc15_clangp2996; do
0 commit comments