Skip to content

Commit 0aa059e

Browse files
committed
fix PR build workflow
1 parent da8c529 commit 0aa059e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
echo "run_builds=$run_builds" >> $GITHUB_OUTPUT
5959
echo "commit_ref=$commit_ref" >> $GITHUB_OUTPUT
6060
echo "build_docker=$has_docker_image_label" >> $GITHUB_OUTPUT
61-
echo "docker_tag=$branch_name" >> $GITHUB_OUTPUT
61+
docker_tag="${branch_name//\//-}"
62+
echo "docker_tag=$docker_tag" >> $GITHUB_OUTPUT
6263
6364
check_source:
6465
name: "Run code checks"

0 commit comments

Comments
 (0)