diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 23a62c7..b107d74 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,7 +60,7 @@ jobs: images: eclecticiq/opentaxii tags: | type=ref,event=branch - type=semver,pattern={{version}} + type=pep440,pattern={{version}} - name: Login to Docker Hub if: github.event_name != 'pull_request'