Skip to content

Commit

Permalink
Update publish-docker-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenuxPlays authored Aug 23, 2024
1 parent 085ce4f commit 50cae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create and publish Docker image

on:
create:
tags: [ '*' ]
tags: [ '/^v[0-9]+.[0-9]+.[0-9]+$/' ]

concurrency:
group: "docker-build-backend"
Expand Down

0 comments on commit 50cae08

Please sign in to comment.