Version added

This commit is contained in:
pasha 2025-01-27 00:19:10 +03:00
parent 4d98b6ff5d
commit 89b36db462

View file

@ -59,7 +59,7 @@ jobs:
# Build and push images
docker buildx build --push \
--platform linux/amd64 \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
--tag $OWNER/$REPO:$VERSION \
--tag $OWNER/$REPO:latest \
--build-arg ROUTEROS_VERSION=$VERSION .