diff --git a/.forgejo/actions/create-docker-manifest/action.yml b/.forgejo/actions/create-docker-manifest/action.yml index 92932b26..23d775b3 100644 --- a/.forgejo/actions/create-docker-manifest/action.yml +++ b/.forgejo/actions/create-docker-manifest/action.yml @@ -61,8 +61,8 @@ runs: id: meta uses: docker/metadata-action@v5 with: - flavour: | - suffix=${{ inputs.tag_suffix }} + flavor: | + suffix=${{ inputs.tag_suffix }},onlatest=true tags: | type=semver,pattern={{version}},prefix=v type=semver,pattern={{major}}.{{minor}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.0.') }},prefix=v