Skip to content

Commit

Permalink
removing 'v' from version tags for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sepastian committed Feb 7, 2025
1 parent dc8d2de commit 419f935
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 @@ -8,7 +8,7 @@ name: Docker
on:
push:
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
tags: [ '*.*.*' ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 419f935

Please sign in to comment.