fix: Removes unknown version tag from ci.
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 59s

This commit is contained in:
2025-11-12 12:30:40 -05:00
parent 00da0c1375
commit 2b15c51998

View File

@@ -43,7 +43,6 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=semver,pattern={{version}}
type=sha type=sha
type=raw,value=latest type=raw,value=latest
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If