|
@@ -44,6 +44,7 @@ jobs:
|
|
|
type=semver,pattern={{major}}.{{minor}}
|
|
|
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
|
|
labels: |
|
|
|
+ org.opencontainers.image.authors=Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag), Jason Wilder
|
|
|
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
|
|
|
|
|
|
- name: Set up QEMU
|
|
@@ -97,6 +98,7 @@ jobs:
|
|
|
type=semver,suffix=-alpine,pattern={{major}}.{{minor}}
|
|
|
type=raw,value=alpine,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
|
|
|
labels: |
|
|
|
+ org.opencontainers.image.authors=Nicolas Duchon <nicolas.duchon@gmail.com> (@buchdag), Jason Wilder
|
|
|
org.opencontainers.image.version=${{ env.GIT_DESCRIBE }}
|
|
|
flavor: latest=false
|
|
|
|