From 589aa1e202eec23c3dc2cceebd827385423a5d2d Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 26 Feb 2025 18:51:59 -0800 Subject: [PATCH] Name image to match repo name so it will show up on repo detail page --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index d969153..ef5997e 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -69,7 +69,7 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: | - gitea.scubbo.org/scubbo/blog:latest - gitea.scubbo.org/scubbo/blog:${{ gitea.sha }} + gitea.scubbo.org/scubbo/blogcontent:latest + gitea.scubbo.org/scubbo/blogcontent:${{ gitea.sha }} # TODO - update deployment with new image