Skip to content

Commit

Permalink
fix(transformation): convert slash to dot to get valid docker image n…
Browse files Browse the repository at this point in the history
…ame (#1564)
  • Loading branch information
Jayachand authored Nov 11, 2022
1 parent 32c947d commit f1b6b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Extract branch name
shell: bash
run: |
echo "##[set-output name=branch;]ut-$(echo ${{ github.head_ref }})"
echo "##[set-output name=branch;]ut-$(echo ${{ github.head_ref }} | tr "/" .)"
id: extract_branch

- name: Login to Docker Hub
Expand Down

0 comments on commit f1b6b94

Please sign in to comment.