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:
|
||||
IMAGE: git.kvant.cloud/phoenix/besu-hpc
|
||||
VERSION: ${{ github.ref_name }}
|
||||
|
||||
jobs:
|
||||
build_besu:
|
||||
|
@ -33,7 +34,7 @@ jobs:
|
|||
push: true
|
||||
context: .
|
||||
build-args: |
|
||||
VERSION=${{ github.ref_name }}
|
||||
VERSION=${{ env.VERSION }}
|
||||
image: ${{ env.IMAGE }}
|
||||
cache-from: |
|
||||
type=registry,ref=${{ env.IMAGE }}:${{ env.VERSION }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue