From a5fde3b9edb2ad3c04e0af25b4f2e3a5c1ebadc4 Mon Sep 17 00:00:00 2001 From: Marco Ceppi Date: Thu, 2 Mar 2023 12:52:01 -0500 Subject: [PATCH] fix: also build the image variant with the correct name (#12) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea753e15..d39dd9fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: with: containerfiles: | ./Containerfile - image: ${{ env.IMAGE_NAME }} + image: ${{ format('{0}-main', matrix.image_name) }} tags: | ${{ steps.generate-tags.outputs.alias_tags }} build-args: |