Skip to content

Commit

Permalink
Issue #3673: no prefix needed for release images
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 13, 2024
1 parent d5adccb commit 973dc76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_image_builder_rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
# note that there is no otobo-web-kerberos target
matrix:
target: [ 'otobo-web', 'otobo-elasticsearch', 'otobo-nginx-webproxy', 'otobo-nginx-kerberos-webproxy', 'otobo-selenium-chrome' ]
tag_prefix: [ 'test' ]
include:
-
target: 'otobo-web'
Expand Down Expand Up @@ -63,7 +62,7 @@ jobs:
name: Setup
run: |
branch="${{ github.ref_name }}" # e.g rel-10_0_22
docker_tag="${{ matrix.tag_prefix }}-$branch"
docker_tag="$branch"
build_date=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
(
echo "otobo_branch=$branch"
Expand Down

0 comments on commit 973dc76

Please sign in to comment.