Closed Nutomic closed 1 week ago
This caused an error during release build so we should check it during normal ci.
https://woodpecker.join-lemmy.org/repos/129/pipeline/10219/5#L2909
Edit: I cant find a dockerfile that allows running docker build --check, and the woodpeckerci/plugin-docker-buildx also doesnt have a setting for that.
docker build --check
Turns out the build failure is not actually caused by this so we can ignore it.
This caused an error during release build so we should check it during normal ci.
https://woodpecker.join-lemmy.org/repos/129/pipeline/10219/5#L2909
Edit: I cant find a dockerfile that allows running
docker build --check
, and the woodpeckerci/plugin-docker-buildx also doesnt have a setting for that.