Skip to content

Commit

Permalink
Issue #3673: fiddle with code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Sep 20, 2024
1 parent f06e077 commit 212814f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker_image_builder_rel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:

# Build a devel Docker image whenever there is a push into the listed branches.
# This is triggered by running the commands:
# git tag test-1_22_333_DD
# git push origin test-1_22_333_DD
# git tag rel-1_22_333_DD
# git push origin rel-1_22_333_DD
# But usually the release tagging is done in an automated process.
push:
tags:
- test-[0-9]+_[0-9]+_[0-9]+_*
Expand All @@ -24,7 +25,7 @@ jobs:
strategy:

# create different images
# note that there is no otobo-web-kerberos target
# note that there is no release build for the otobo-web-kerberos target
matrix:
target: [ 'otobo-web', 'otobo-elasticsearch', 'otobo-nginx-webproxy', 'otobo-nginx-kerberos-webproxy', 'otobo-selenium-chrome' ]
include:
Expand Down

0 comments on commit 212814f

Please sign in to comment.