Swap to simplified branch name.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m8s

This commit is contained in:
Cameron Redmore 2025-08-08 08:24:37 +01:00
parent 498992413d
commit c65b8465b5
No known key found for this signature in database

View file

@ -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