Auto latest behavior
All checks were successful
/ clippy (push) Successful in 2m9s
/ tests (push) Successful in 2m17s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m59s
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 3m1s
/ check (x86_64-unknown-linux-musl) (push) Successful in 1m51s

This commit is contained in:
asonix 2024-02-08 17:58:19 -06:00
parent 2517e3660c
commit 5c551221b4

View file

@ -79,14 +79,13 @@ jobs:
with:
images: ${{ env.REGISTRY_IMAGE }}
flavor: |
latest=false
latest=auto
suffix=-${{ matrix.info.artifact }}
tags: |
type=raw,value=latest,enable={{ is_default_branch }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch
-
name: Set up QEMU
uses: https://github.com/docker/setup-qemu-action@v3
@ -173,13 +172,12 @@ jobs:
with:
images: ${{ env.REGISTRY_IMAGE }}
flavor: |
latest=false
latest=auto
tags: |
type=raw,value=latest,enable={{ is_default_branch }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch
-
name: Create manifest list and push
working-directory: /tmp/digests