diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 25a0aa0..b2d22ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,7 @@ jobs: tags: | type=raw,enable=${{ !endsWith(github.ref, github.event.repository.default_branch) }},value=${{ env.CI_ACTION_REF_NAME_SLUG }} type=raw,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }},value=nightly + type=raw,enable=${{ startsWith(github.ref, 'refs/tags/v') }},value=latest type=semver,pattern={{version}} labels: | org.opencontainers.image.vendor=EIMIS