Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakoneriksson authored Aug 11, 2024
1 parent ffa6025 commit c6a85f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:

- name: Build and push Docker image in api folder
run: |
docker build -t ghcr.io/${{ github.repository }}/fastapi:latest ./api
docker push ghcr.io/${{ github.repository }}/fastapi:latest
docker build -t ghcr.io/${{ github.repository }} ./api
docker push ghcr.io/${{ github.repository }}

0 comments on commit c6a85f6

Please sign in to comment.