typo VERSION

This commit is contained in:
Sofiane Gerhardt 2024-10-21 13:05:57 +02:00
parent 67a578870f
commit 629b2c49da

View file

@ -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 }}