Skip to content

Commit

Permalink
feat : githubAction 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncham committed Mar 19, 2024
1 parent 6fe3ed0 commit 22eec6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/githubAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Java CI with Gradle

on:
push:
branches: [ "develop","Backend#123/nodejs서버추가" ] # develop 브랜치에 푸쉬하면 스크립트 실행
branches: [ "develop","eee" ] # develop 브랜치에 푸쉬하면 스크립트 실행
pull_request:
branches: [ "develop" ] # develop 브랜치에 풀리퀘되면 스크립트 실행

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Docker build nodejs & push to docker repo
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -f ./nodejs/dockerfile --platform linux/amd64 -t ${{ secrets.DOCKER_REPO }}:nodejs ./nodejs
docker build -f ./nodejs/Dockerfile --platform linux/amd64 -t ${{ secrets.DOCKER_REPO }}:nodejs ./nodejs
docker push ${{ secrets.DOCKER_REPO }}:nodejs

Expand Down

0 comments on commit 22eec6e

Please sign in to comment.