From 4d53e51bd13faba0460af269288f3ac91ee0fe18 Mon Sep 17 00:00:00 2001 From: katarinagud Date: Mon, 28 Oct 2024 13:32:58 +0100 Subject: [PATCH] use correct image path --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8081b8b..81a8124 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -64,7 +64,7 @@ jobs: id: references run: | echo ${{ github.event_name }} - IMAGES=$(tr "," "\n" <<<"${{ inputs.images }}" | sed "s/^[[:space:]]*//;s/[[:space:]]*$//") + IMAGES=$(tr "," "\n" <<<"${{ env.DOCKER_IMAGE_REGISTRY_PATH }}" | sed "s/^[[:space:]]*//;s/[[:space:]]*$//") echo -e "Images to tag:\n$IMAGES" REFS=$(sed "s/$/:v${{ steps.tag.outputs.new_version }}/" <<<"$IMAGES" | paste -sd "," -) echo -e "References: $REFS"