From 66a8edca7844b0c42284d603332aeef53d3a66cd Mon Sep 17 00:00:00 2001 From: Michael Sauter Date: Fri, 29 Sep 2023 13:02:26 +0200 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dbe2ebe..e381d8d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,4 +45,4 @@ jobs: context: . file: build/images/Dockerfile.go-toolset push: true - tags: ${{ env.REGISTRY }}/${{steps.createImageBase.outputs.imageBase}}/go-toolset:${{ outputs.imageTag }} + tags: ${{ env.REGISTRY }}/${{steps.createImageBase.outputs.imageBase}}/go-toolset:${{steps.createImageTag.outputs.imageTag}}