Skip to content

Commit 47cad00

Browse files
committed
Merge branch 'master' into pk910/refactoring
2 parents 99b6ae3 + 0aa059e commit 47cad00

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)