Skip to content

Commit

Permalink
Match all semver tags with -.* at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
marevers committed Sep 17, 2024
1 parent 2c84e85 commit 780b3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker

on:
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+-?.*' ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+-*' ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 780b3c9

Please sign in to comment.