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
|
id: meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
|
tags: |
|
||||||
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
images: |
|
images: |
|
||||||
${{ secrets.DOCKERHUB_REPOSITORY }}
|
${{ secrets.DOCKERHUB_REPOSITORY }}
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
|
|||||||
Reference in New Issue
Block a user