fix: Removes unknown version tag from ci.
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 59s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 59s
This commit is contained in:
@@ -43,7 +43,6 @@ jobs:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
type=raw,value=latest
|
||||
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If
|
||||
|
||||
Reference in New Issue
Block a user