From 603c68fd54ae1f9d686a271be8bc7bf74b2d7f20 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 14 Jul 2025 21:25:36 +0000 Subject: [PATCH] ci(docs): fix docs image tag names Signed-off-by: Xe Iaso --- .github/workflows/docs-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index ceb4dbc..0a79503 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -26,8 +26,8 @@ jobs: with: images: ghcr.io/techarohq/anubis/docs tags: | - type=sha,format=long - type=edge,branch=main + type=sha,enable=true,priority=100,prefix=,suffix=,format=long + main - name: Build and push id: build