Merge pull request #21 from projecthorus/snh/latest-default-only

Only tag pushes to the default branch as latest
snh/more-tags
Steven Honson 2024-11-15 23:51:07 +11:00 zatwierdzone przez GitHub
commit c94d4c7793
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -19,11 +19,11 @@ jobs:
- name: Calculate Container Metadata
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}
flavor: |
latest=true
tags: |
type=raw,value=latest,enable={{is_default_branch}}
- name: Setup QEMU
uses: docker/setup-qemu-action@v1