Swap to simplified branch name.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s
This commit is contained in:
parent
498992413d
commit
c65b8465b5
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: Build and Push Docker Image
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- project-turquoise
|
||||
- turquoise
|
||||
tags:
|
||||
- 'v*.*.*' # Trigger on version tags
|
||||
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_BASE_NAME }}
|
||||
tags: |
|
||||
# Use 'github.ref' for branch/tag detection
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'project-turquoise') }}
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'turquoise') }}
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=sha,format=short # Tag with short Git SHA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue