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