fix branch name in action
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m33s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m33s
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build and Push Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master # Trigger on push to the main branch; adjust as needed
|
- main # Trigger on push to the main branch; adjust as needed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|||||||
Reference in New Issue
Block a user