mirror of
https://github.com/shishantbiswas/bknd-examples.git
synced 2026-03-16 02:07:22 +00:00
fix: image name by branch for said framework
All checks were successful
Build and Push to Gitea Registry / build-and-push (push) Successful in 6m8s
All checks were successful
Build and Push to Gitea Registry / build-and-push (push) Successful in 6m8s
This commit is contained in:
@@ -31,14 +31,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: gitea.bsws.in/${{ github.repository }}
|
images: gitea.bsws.in/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
# 1. The specific composite tag for the 'start' branch
|
type=raw,value=tanstack-start-{{sha}},enable=${{ github.ref_name == 'main' }}
|
||||||
type=raw,value=tanstack-start-{{sha}},enable=${{ github.ref_name == 'start' }}
|
|
||||||
|
|
||||||
# 2. The 'latest' pointer for the 'start' branch
|
type=raw,value=tanstack-start,enable=${{ github.ref_name == 'main' }}
|
||||||
type=raw,value=tanstack-start,enable=${{ github.ref_name == 'start' }}
|
|
||||||
|
|
||||||
# 3. FALLBACK: Always create a tag so the build doesn't crash
|
|
||||||
# This will use the branch name automatically (e.g. :start)
|
|
||||||
type=ref,event=branch
|
type=ref,event=branch
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
|
|||||||
Reference in New Issue
Block a user