fix docker build tag (#127)
This commit is contained in:
parent
419a9efcd3
commit
5b6108594b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue