From 7c1ff1361ea67c7f4a388148bf5601115d86d20e Mon Sep 17 00:00:00 2001 From: radu crisan Date: Tue, 8 Feb 2022 12:51:38 +0100 Subject: [PATCH] docker repo name fix --- .github/workflows/build-image.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 7e9cf51..a001522 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -18,8 +18,8 @@ jobs: id: version_step run: | echo "##[set-output name=version;]VERSION=${GITHUB_REF#$"refs/tags/v"}" - echo "##[set-output name=version_tag;]$GITHUB_REPOSITORY:${GITHUB_REF#$"refs/tags/v"}" - echo "##[set-output name=latest_tag;]$GITHUB_REPOSITORY:latest" + echo "##[set-output name=version_tag;]raducrisan/envoy-eds-server:${GITHUB_REF#$"refs/tags/v"}" + echo "##[set-output name=latest_tag;]raducrisan/envoy-eds-server:latest" - name: Print Version run: | echo ${{steps.version_step.outputs.version_tag}}