fix docker build tag (#127)

This commit is contained in:
Boshi Lian 2023-01-07 01:16:44 -08:00 committed by GitHub
parent 419a9efcd3
commit 5b6108594b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,8 +99,8 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
- VER=${{ env.NBGV_SimpleVersion }}
- BUILDTAGS=full
VER=${{ env.NBGV_SimpleVersion }}
BUILDTAGS=full
push: ${{ github.event_name == 'release' }}
tags: ${{ steps.metafull.outputs.tags }}
labels: ${{ steps.metafull.outputs.labels }}