Skip to content

Commit 76543f3

Browse files
fix: Update branch name from main to production in Docker build workflow
1 parent 67572b5 commit 76543f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push to ACR
33
on:
44
push:
55
branches:
6-
- main
6+
- production
77

88
jobs:
99
build-and-push:

0 commit comments

Comments
 (0)