From 2973ab927028648e19a792a27b6b7af49c29d55d Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Wed, 30 Aug 2023 10:05:37 -0600 Subject: [PATCH] ci: update docker workflow Updates the docker meta workflow to add additional tags, namely semver. The goal is to have versioned tags on top of the "latest" provided. --- .github/workflows/image.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 75d398c..68d1f1c 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -39,6 +39,9 @@ jobs: tags: | type=raw,enable=${{ steps.extract_branch.outputs.branch == 'master' }},value=latest type=schedule + type=semver,pattern={{version}} + type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{major}} type=ref,event=pr - name: Build and publish