feat: build with labels for docker

This commit is contained in:
2024-09-29 12:58:17 +01:00
parent c47432e58f
commit d7b332905b
2 changed files with 3 additions and 2 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 .
- docker buildx build --push -t git.v0l.io/kieran/route96:latest -t voidic/route96:latest --build-arg FEATURES="labels" .
- kill $(cat /var/run/docker.pid)