This commit is contained in:
parent
f0f6c58f0b
commit
eecaf2a82e
@ -79,7 +79,9 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ env.DOCKER_IMG }}:${{ github.ref_name }}
|
||||
tags: |
|
||||
${{ env.DOCKER_IMG }}:${{ github.ref_name }}
|
||||
${{ env.DOCKER_IMG }}:latest
|
||||
build-args: |
|
||||
VER_PKG=${{ env.VER_PKG }}
|
||||
VERSION=${{ github.ref_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user