Skip to content

Commit

Permalink
chore: 도커 푸시 브랜치명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kor-Chipmunk committed Feb 8, 2024
1 parent 189e95b commit 4901efe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-push-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Hub Push for go
on:
push:
branches:
- "stroage/develop"
- "storage/develop"

jobs:
build-and-push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-push-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Hub Push for python
on:
push:
branches:
- "stroage/develop"
- "search/develop"

jobs:
build-and-push:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/dockerhub-push-springboot-17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ name: Docker Hub Push for SpringBoot 17
on:
push:
branches:
- "music/develop"
- "streaming/develop"
- "storage/develop"
- "alarm/develop"
- "user/develop"
- "auth/develop"
- "chatting/develop"
- "feed/develop"
- "playlist/develop"
- "gateway/develop"
- "music/develop"
- "playlist/develop"
- "streaming/develop"
- "user/develop"

jobs:
build-and-push:
Expand Down

0 comments on commit 4901efe

Please sign in to comment.