fix: only push lates tag, no need for invalid version tags
This commit is contained in:
parent
ea2c128937
commit
e989fc05d5
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-tag.yml
vendored
4
.github/workflows/build-tag.yml
vendored
|
|
@ -21,6 +21,4 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
webstreamr/webstreamr:${{ github.ref_name }}
|
||||
webstreamr/webstreamr:latest
|
||||
tags: webstreamr/webstreamr:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue