fix: latest tag image name
Some checks failed
Build and Push to Gitea Registry / build-and-push (push) Failing after 30s

This commit is contained in:
2026-03-15 21:33:21 +05:30
parent 6b31d4d992
commit 6e711461f7

View File

@@ -31,8 +31,8 @@ jobs:
with:
images: gitea.bsws.in/${{ github.repository }}
tags: |
type=raw,value=tanstack-start-{{sha}},enable=${{ github.ref == 'refs/heads/start' }}
type=raw,value=tanstack-start,enable=${{ github.ref == 'refs/heads/start' }}
type=sha,prefix=sha-
- name: Build and push
uses: docker/build-push-action@v6