From 806b6b6d6877de3ee39b4c8c40534e9681dc7018 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:34:06 +0100 Subject: [PATCH] Update builder.yaml --- .github/workflows/builder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index 8530f2e6a..38fbe6cec 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -54,7 +54,7 @@ jobs: imagetemplate=${{ steps.information.outputs.image }} version=${{ steps.information.outputs.version }} echo "Using imagetemplate '$imagetemplate'" - echo "::set-output name=armhf::${imagetemplate/\{arch\}/armhf}:${version}" + echo "::set-output name=armhf::${imagetemplate/\{arch\}/armhf}${version}" echo "::set-output name=armv7::${imagetemplate/\{arch\}/armv7}:${version}" echo "::set-output name=aarch64::${imagetemplate/\{arch\}/aarch64}:${version}" echo "::set-output name=amd64::${imagetemplate/\{arch\}/amd64}:${version}"