Skip to content

Commit

Permalink
Add another matcher for non-suffix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
marevers committed Sep 17, 2024
1 parent 452c6c8 commit b0d5580
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]+', 'v[0-9]+.[0-9]+.[0-9]+-*' ]

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

0 comments on commit b0d5580

Please sign in to comment.