Skip to content

Commit 51e76d5

Browse files
committed
update github ghcr action
1 parent 34c3825 commit 51e76d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-ghcr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: hedgeapp backend
22

33
on:
44
push:
5-
branches: [master, develop]
5+
branches: [main, develop]
66

77
jobs:
88
build-and-publish:
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Set image tag
2222
run: |
23-
if [[ $GITHUB_REF == refs/heads/master ]]; then
23+
if [[ $GITHUB_REF == refs/heads/main ]]; then
2424
IMAGE_TAG=latest
2525
elif [[ $GITHUB_REF == refs/heads/develop ]]; then
2626
IMAGE_TAG=develop

0 commit comments

Comments
 (0)