typo VERSION
This commit is contained in:
parent
67a578870f
commit
629b2c49da
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE: git.kvant.cloud/phoenix/besu-hpc
|
IMAGE: git.kvant.cloud/phoenix/besu-hpc
|
||||||
|
VERSION: ${{ github.ref_name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_besu:
|
build_besu:
|
||||||
|
@ -33,7 +34,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{ github.ref_name }}
|
VERSION=${{ env.VERSION }}
|
||||||
image: ${{ env.IMAGE }}
|
image: ${{ env.IMAGE }}
|
||||||
cache-from: |
|
cache-from: |
|
||||||
type=registry,ref=${{ env.IMAGE }}:${{ env.VERSION }}
|
type=registry,ref=${{ env.IMAGE }}:${{ env.VERSION }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue