fix docker push

This commit is contained in:
Boshi Lian 2022-04-03 02:52:55 -07:00 committed by GitHub
parent a618948897
commit 225755a4b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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