From 4bd32d760b0401e46fa259e05da73c614c830c6e Mon Sep 17 00:00:00 2001 From: Axel Rindle Date: Thu, 28 Nov 2024 18:30:16 +0100 Subject: [PATCH] ci: tweak docker tags --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f52756d..ce13c6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,10 @@ jobs: images: ${{ env.REGISTRY }}/${{ github.repository }} labels: | org.opencontainers.image.vendor="act coding GbR" + flavor: | + latest=on + tags: | + type=semver,pattern={{version}} - name: Build and push uses: docker/build-push-action@v6