fix build arg

This commit is contained in:
Boshi Lian 2022-04-03 03:13:39 -07:00 committed by GitHub
parent da8bca5242
commit 5ab6686d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,8 +61,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
build-args: |
- VER=${{ env.NBGV_SimpleVersion }}
build-args: VER=${{ env.NBGV_SimpleVersion }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}