Skip to content

Commit

Permalink
Merge branch 'rel-10_1' into rel-11_0
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jul 29, 2024
2 parents d6d6f18 + becfa36 commit e040c72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_image_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
name: Setup
run: |
branch="${{ github.ref_name }}" # e.g rel-10_0
branch_without_rel="${branch:4}" # e.g. 10_0
docker_tag="devel-$branch_without_rel" # TODO: devel-rel-DD_D
docker_tag="devel-$branch"
mixed_case_repository="${{ github.repository }}" # e.g. RotherOSS/otobo
lowercased_repository="${mixed_case_repository,,}" # e.g. rotheross/otobo
build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
Expand Down

0 comments on commit e040c72

Please sign in to comment.