Remove: Deprecated VERSION variable

This commit is contained in:
PassiveLemon
2024-06-20 10:57:34 -04:00
parent 3ec1d9c888
commit 123d3bcf3f
2 changed files with 0 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ jobs:
docker buildx create --name mainbuilder --driver docker-container --platform linux/amd64,linux/arm64 --use
docker buildx build --push \
--build-arg VERSION=${{ github.event.release.tag_name }} \
--provenance=false \
--platform linux/amd64,linux/arm64 \
--tag zoraxydocker/zoraxy:${{ github.event.release.tag_name }} \