From 163c977d2f4891fa7c4372b9f6a686b1fa34350f Mon Sep 17 00:00:00 2001 From: Opliko Date: Mon, 8 May 2023 00:07:54 +0200 Subject: [PATCH] ci: add 3.x docker tag --- .github/workflows/docker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9a0d92c212..fda479175b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -45,6 +45,7 @@ jobs: tags: | type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{major}}.x type=raw,value=latest,enable={{is_default_branch}} - name: Build and push Docker images @@ -56,4 +57,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }} platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max