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 a6d1cf3 commit b9cbe78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Build and push
run: |
docker buildx build ./ --platform=linux/arm64 -t ${{ secrets.DOCKER_USERNAME }}/haengdong-backend-dev
docker push ${{ secrets.DOCKER_USERNAME }}/haengdong-backend-dev
docker buildx build ./ --platform=linux/arm64 -t ${{ secrets.DOCKER_USERNAME }}/haengdong-backend-dev:latest .
docker push ${{ secrets.DOCKER_USERNAME }}/haengdong-backend-dev:latest
deploy:
needs: build
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 b9cbe78

Please sign in to comment.