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