Skip to content

Commit

Permalink
Updated regex used for tag spec in docker build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
anilnatha committed Feb 26, 2025
1 parent 9b60e79 commit 1c602f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Build and Push
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+([-]\\S*)?"

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 1c602f7

Please sign in to comment.