From d3440f2e5b64f94c1b5822c093c8bb9592442603 Mon Sep 17 00:00:00 2001 From: Giles Hutton Date: Wed, 16 Aug 2023 15:55:51 +0100 Subject: [PATCH] Fix image suffix --- .github/workflows/integration-test-containers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test-containers.yml b/.github/workflows/integration-test-containers.yml index 3e60f7eba4a..34f5e679566 100644 --- a/.github/workflows/integration-test-containers.yml +++ b/.github/workflows/integration-test-containers.yml @@ -66,7 +66,7 @@ jobs: done env: PLATFORM: linux/${{ matrix.arch }} - IMAGE_SUFFIX: ${{ matrix.arch }} + IMAGE_SUFFIX: "-${{ matrix.arch }}" - name: Push containers if: github.event_name == 'push' @@ -78,7 +78,7 @@ jobs: done env: PLATFORM: linux/${{ matrix.arch }} - IMAGE_SUFFIX: ${{ matrix.arch }} + IMAGE_SUFFIX: "-${{ matrix.arch }}" push-manifest: runs-on: ubuntu-latest