From d4b44274320a7c4d16c7ba280e99b737739f4a83 Mon Sep 17 00:00:00 2001 From: Jonas Holst Damtoft Date: Thu, 15 Feb 2024 14:46:43 +0100 Subject: [PATCH] chore: add docker tags (#42) --- .github/workflows/deploy-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 7211cc0..8299e55 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -47,6 +47,8 @@ jobs: suffix=${{ matrix.node != 10 && format('-node{0}', matrix.node) || '' }},onlatest=true tags: | type=edge,branch=main + type=semver,pattern={{version}} + type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }} type=sha - name: Build and push Docker image