LemmyNet / lemmy

🐀 A link aggregator and forum for the fediverse
https://join-lemmy.org
GNU Affero General Public License v3.0
13.3k stars 882 forks source link

Check dockerfile during CI, ignore error #5202

Closed Nutomic closed 1 week ago

Nutomic commented 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.

Nutomic commented 1 week ago

Turns out the build failure is not actually caused by this so we can ignore it.