fix: build all features for docker

This commit is contained in:
2024-10-15 12:29:43 +01:00
parent b90995f07f
commit 8ce3f87dc0
4 changed files with 8 additions and 11 deletions

View File

@ -18,5 +18,5 @@ steps:
- dockerd &
- docker login -u kieran -p $TOKEN git.v0l.io
- docker login -u voidic -p $TOKEN_DOCKER
- docker buildx build --push -t git.v0l.io/kieran/route96:latest -t voidic/route96:latest --build-arg FEATURES="labels,void-cat-redirects" .
- docker buildx build --push -t git.v0l.io/kieran/route96:latest -t voidic/route96:latest .
- kill $(cat /var/run/docker.pid)