Skip to content

Commit

Permalink
[infra] - ci test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
davi-lucciola committed Jul 19, 2024
1 parent 1782b51 commit 5c8b152
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:

# API - Docker Image
- name: Build Docker Image (API)
run: docker build ./server -t knockbank-api
run: |
cd server
docker build -t knockbank-api .
- name: Push Docker Image (API)
run: docker push davilucciola/knockbank-api:latest
Expand Down

0 comments on commit 5c8b152

Please sign in to comment.