Skip to content

Commit

Permalink
docker repo name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radu crisan committed Feb 8, 2022
1 parent c466a47 commit 7c1ff13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 7c1ff13

Please sign in to comment.