From 39b7971eed2691cdd70c5c4d18197c96b6792a6a Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Tue, 14 Jan 2025 02:19:43 +0100 Subject: [PATCH] Add more tags to same release --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3382855ff52d..3dd8550a7f37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -111,6 +111,11 @@ jobs: images: | amir20/dozzle ghcr.io/amir20/dozzle + tags: | + type=raw,pattern=v{{version}} + type=raw,pattern=v{{major}}.{{minor}} + type=raw,pattern=v{{major}} + type=raw,value=latest - name: Writing certs to file run: | echo "${{ secrets.TTL_KEY }}" > shared_key.pem