Skip to content

Commit

Permalink
Fixing patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed May 6, 2024
1 parent be807eb commit a19df80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
type=schedule
type=ref,event=branch
type=ref,event=pr
type=match,pattern=v(\d.\d.\d-\d),group=1
type=match,pattern=v(\d.\d.\d),group=1
type=match,pattern=v(\d.\d),group=1
type=match,pattern=v(\d),group=1
type=match,pattern=v(\d+\.\d+\.\d+\-\d+),group=1
type=match,pattern=v(\d+\.\d+\.\d+),group=1
type=match,pattern=v(\d+\.\d+),group=1
type=match,pattern=v(\d+),group=1
type=sha
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
with:
Expand Down

0 comments on commit a19df80

Please sign in to comment.