Skip to content

Commit

Permalink
Update serverCICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee authored Apr 5, 2024
1 parent 91bb38e commit 810c7f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/serverCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
working-directory: ./BE/error
run: ./gradlew build -x test

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.7.0

- name: Docker build & push to dev
working-directory: ./BE/error
if: contains(github.ref, 'main')
Expand Down

0 comments on commit 810c7f3

Please sign in to comment.