Skip to content

Commit

Permalink
replace / in image name with -
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Jan 28, 2024
1 parent 2a766b1 commit f667460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" | tr / _ >> $GITHUB_OUTPUT
id: extract_branch
- name: Build and push pr image
id: docker_build
Expand Down

0 comments on commit f667460

Please sign in to comment.