Skip to content

Commit

Permalink
test: CICD test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 6, 2024
1 parent a8c735c commit 7204647
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '20.x'

- name: Install yarn
run: npm install -g yarn

- name: Build and Push Docker images
run: |
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/corinee-server -f ./dockerfile-server .
Expand Down

0 comments on commit 7204647

Please sign in to comment.