From 03773817291adb63fc95180a6e1b536245a59b3e Mon Sep 17 00:00:00 2001 From: Daniel Butler Date: Mon, 23 Oct 2023 09:39:20 +0100 Subject: [PATCH] removing extra whitespace in builder image name --- .github/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index bad87e7f..2fcdd122 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -121,7 +121,7 @@ jobs: push: true build-args: | BUILD_PARAMETERS=${{ env.BUILD_PARAMETERS }} - BUILDER_IMAGE= ${{ env.DOCKER_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }} + BUILDER_IMAGE=${{ env.DOCKER_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }} cache-to: type=inline platforms: linux/amd64,linux/arm,linux/arm64 tags: | @@ -168,7 +168,7 @@ jobs: push: true build-args: | BUILD_PARAMETERS=${{ env.BUILD_PARAMETERS }} - BUILDER_IMAGE= ${{ env.DOCKER_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }} + BUILDER_IMAGE=${{ env.DOCKER_IMAGE_REPOSITORY }}:${{ steps.generate_tag.outputs.new_tag }} cache-to: type=inline platforms: linux/amd64,linux/arm,linux/arm64 tags: |