We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8c529 commit 0aa059eCopy full SHA for 0aa059e
.github/workflows/build-dev.yml
@@ -58,7 +58,8 @@ jobs:
58
echo "run_builds=$run_builds" >> $GITHUB_OUTPUT
59
echo "commit_ref=$commit_ref" >> $GITHUB_OUTPUT
60
echo "build_docker=$has_docker_image_label" >> $GITHUB_OUTPUT
61
- echo "docker_tag=$branch_name" >> $GITHUB_OUTPUT
+ docker_tag="${branch_name//\//-}"
62
+ echo "docker_tag=$docker_tag" >> $GITHUB_OUTPUT
63
64
check_source:
65
name: "Run code checks"
0 commit comments