Skip to content

Commit 6990b3c

Browse files
authored
hotfix: cicd 빌드 오류 수정
1 parent 66dd02a commit 6990b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
password: ${{ secrets.DOCKER_PASSWORD }}
1919

2020
- name: Build and Push Docker image
21-
if: github.ref == 'refs/heads/dev'
21+
if: github.ref == 'refs/heads/main'
2222
uses: docker/[email protected]
2323
with:
2424
context: .

0 commit comments

Comments
 (0)