Name image to match repo name so it will show up on repo detail page

This commit is contained in:
Jack Jackson 2025-02-26 18:51:59 -08:00
parent 1d9674b17b
commit 589aa1e202

View File

@ -69,7 +69,7 @@ jobs:
push: true push: true
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: | tags: |
gitea.scubbo.org/scubbo/blog:latest gitea.scubbo.org/scubbo/blogcontent:latest
gitea.scubbo.org/scubbo/blog:${{ gitea.sha }} gitea.scubbo.org/scubbo/blogcontent:${{ gitea.sha }}
# TODO - update deployment with new image # TODO - update deployment with new image