kopia lustrzana https://github.com/projecthorus/wenet
Merge pull request #21 from projecthorus/snh/latest-default-only
Only tag pushes to the default branch as latestsnh/more-tags
commit
c94d4c7793
|
@ -19,11 +19,11 @@ jobs:
|
||||||
|
|
||||||
- name: Calculate Container Metadata
|
- name: Calculate Container Metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/${{ github.repository }}
|
images: ghcr.io/${{ github.repository }}
|
||||||
flavor: |
|
tags: |
|
||||||
latest=true
|
type=raw,value=latest,enable={{is_default_branch}}
|
||||||
|
|
||||||
- name: Setup QEMU
|
- name: Setup QEMU
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
|
|
Ładowanie…
Reference in New Issue