Skip to content

Commit

Permalink
fix: ci/cd 디폴트 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Jul 18, 2024
1 parent 914878a commit 4d19504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
file: ./Dockerfile
tags: ${{ secrets.DOCKER_USERNAME }}/haengdong-backend-dev
platforms: linux/arm64

Expand Down
1 change: 1 addition & 0 deletions server/src/main/java/server/haengdong/domain/CiCd.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

public class CiCd {


}

0 comments on commit 4d19504

Please sign in to comment.