Skip to content

Commit

Permalink
Test regex syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marhode committed Sep 18, 2024
1 parent 2f32da3 commit 3d7172c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moodletools-build-and-push-on-tag.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build and push Docker Image on Tag
name: Build and push moodle-tools Docker Image on Tag

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
uses: olegtarasov/[email protected]
id: tag
with:
tagRegex: (?<prefix>.*-)(?<tag>[0-9]+\.[0-9]+\.[0-9]+)(?<suffix>.*)?
tagRegex: (?<tag>[0-9]+\.[0-9]+\.[0-9]+)(?<suffix>.*)
build_and_push:
permissions:
packages: write
Expand Down

0 comments on commit 3d7172c

Please sign in to comment.