Skip to content

Commit

Permalink
feat: pr 테스트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii committed Jul 25, 2024
1 parent b833170 commit 06f1ebd
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci-dev.yml → .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci-dev
name: pull-request-build

on:
pull_request:
Expand Down Expand Up @@ -29,14 +29,3 @@ jobs:

- name: Gradle 빌드
run: ./gradlew clean build

- name: DockerHub 로그인
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: 도커 이미지 빌드 및 푸시
run: |
docker buildx build ./ --platform=linux/arm64 -t 2024mouda/mouda-be:latest
docker push 2024mouda/mouda-be:latest

0 comments on commit 06f1ebd

Please sign in to comment.