Skip to content

Commit

Permalink
show version instead of setting output
Browse files Browse the repository at this point in the history
  • Loading branch information
wiebeck committed Jan 20, 2021
1 parent fd414f8 commit 1361736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
REF_ID="${REF_ID#heads/}"
REF_ID="${REF_ID/pull\//pr-}"
REF_ID="${REF_ID%/merge}"
echo "::set-output name=image-tag::${REF_ID}-${GITHUB_RUN_NUMBER}-${GITHUB_SHA:0:8}"
echo "${REF_ID}-${GITHUB_RUN_NUMBER}-${GITHUB_SHA:0:8}"
shell: bash
- name: Docker Metadata Basic
uses: crazy-max/ghaction-docker-meta@v1
Expand Down

0 comments on commit 1361736

Please sign in to comment.