Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c971f34017 |
@@ -141,8 +141,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
tags: |
|
tags: |
|
||||||
type=semver,pattern={{version}},value=${{ needs.release.outputs.version }}
|
type=raw,value=${{ needs.release.outputs.version }}
|
||||||
type=semver,pattern={{major}}.{{minor}},value=${{ needs.release.outputs.version }}
|
|
||||||
type=raw,value=latest,enable={{is_default_branch}}
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|||||||
Reference in New Issue
Block a user