Skip to content

Commit

Permalink
Merge pull request #4 from davi-lucciola/dev
Browse files Browse the repository at this point in the history
[infra] - ci test 5
  • Loading branch information
davi-lucciola authored Jul 19, 2024
2 parents cecf7e4 + 5a390ba commit 72825e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Docker Image (API)
run: |
cd server
docker build -t knockbank-api .
docker build -t davilucciola/knockbank-api .
- name: Push Docker Image (API)
run: docker push davilucciola/knockbank-api:latest
Expand Down

0 comments on commit 72825e9

Please sign in to comment.