Skip to content

Commit

Permalink
add suffix to image build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Nov 29, 2024
1 parent 8ce40cf commit d6c5fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/moodle-tools-bap-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
id: tag
with:
tagRegex: "(?<tag>[0-9]+.[0-9]+.[0-9]+)(?<suffix>-.*)"

build_and_push:
permissions:
packages: write
Expand All @@ -29,4 +30,5 @@ jobs:
registry: ghcr.io
image: dbildungsplattform/moodle-tools
tag: ${{ needs.pre_build.outputs.tag }}
suffix: ${{ needs.pre_build.outputs.suffix }}
context: "./moodle-tools/"

0 comments on commit d6c5fbb

Please sign in to comment.