Skip to content

Commit

Permalink
prepare dynamic docker tag in github actions #10
Browse files Browse the repository at this point in the history
  • Loading branch information
moafrancky committed Jan 2, 2021
1 parent 4f1ae85 commit 7c02a85
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 @@ -39,7 +39,7 @@ jobs:
- name: Set docker tag for github tags
if: ${{ env.BRANCH_NAME != 'main' }}
shell: bash
run: echo "DOCKERTAG=$(echo "${{ env.BRANCH_NAME }}" | cut -c 2-)" >> $GITHUB_ENV
run: echo "DOCKERTAG=$(echo "${{ env.BRANCH_NAME }}" | sed 's/refs-tags-v//')" >> $GITHUB_ENV
- name: Debug docker tag
run: echo ${{ env.DOCKERTAG }}
- name: Set up QEMU
Expand Down

0 comments on commit 7c02a85

Please sign in to comment.