Skip to content

Commit 1506bb7

Browse files
Merge pull request #300 from eclecticiq/docker-push-use-pep440
Docker: Replace semver with pep440 to make tag
2 parents 8da5274 + fd25854 commit 1506bb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
images: eclecticiq/opentaxii
6161
tags: |
6262
type=ref,event=branch
63-
type=semver,pattern={{version}}
63+
type=pep440,pattern={{version}}
6464
-
6565
name: Login to Docker Hub
6666
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)