mirror of
https://github.com/shishantbiswas/bknd-examples.git
synced 2026-03-15 18:01:06 +00:00
fix: latest tag image name
Some checks failed
Build and Push to Gitea Registry / build-and-push (push) Failing after 30s
Some checks failed
Build and Push to Gitea Registry / build-and-push (push) Failing after 30s
This commit is contained in:
@@ -31,8 +31,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: gitea.bsws.in/${{ github.repository }}
|
images: gitea.bsws.in/${{ github.repository }}
|
||||||
tags: |
|
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=raw,value=tanstack-start,enable=${{ github.ref == 'refs/heads/start' }}
|
||||||
type=sha,prefix=sha-
|
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user