Skip to content

Commit

Permalink
Issue #3628: use correct variable docker_branch -> branh
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 23, 2024
1 parent 24385b5 commit 2eed1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# e.g rel-10_0
branch="${{ github.ref_name }}"
# e.g. 10_0
branch_without_rel="${docker_branch:4}"
branch_without_rel="${branch:4}"
build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
(
echo "otobo_branch=$branch_without_rel"
Expand Down

0 comments on commit 2eed1c1

Please sign in to comment.