Skip to content

Commit

Permalink
scripts: build-multiarch: fix IMAGE_REGISTRY
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Jul 25, 2023
1 parent 4bd414d commit 4e98f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-multiarch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if (Test-Path $ContainerFileFolder) {

$env:IMAGE_VERSION = $metadata.version
$env:REGISTRY = $metadata.registry
$env:IMAGE_REGISTRY = $metadata.registry
$env:IMAGE_NAME = $metadata.image

foreach ($args in $metadata.machines) {
Expand Down

0 comments on commit 4e98f6c

Please sign in to comment.