From 5c551221b4598a296456005daf7f373ae0550379 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 8 Feb 2024 17:58:19 -0600 Subject: [PATCH] Auto latest behavior --- .forgejo/workflows/publish.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 3e0db65..e016eba 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -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