change tags patterns
This commit is contained in:
3
.github/workflows/deploy-docker-image.yml
vendored
3
.github/workflows/deploy-docker-image.yml
vendored
@@ -36,6 +36,9 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
images: |
|
||||
${{ secrets.DOCKERHUB_REPOSITORY }}
|
||||
ghcr.io/${{ github.repository }}
|
||||
|
||||
Reference in New Issue
Block a user