Fix build-args for Docker GHA

This commit is contained in:
Sergey Stepanov 2023-04-20 21:59:52 +03:00
parent 31638b0805
commit 137d1b63d8
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
build_args: VERSION=${{ env.V }}
build-args: VERSION=${{ env.V }}
context: .
push: true
provenance: false