Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blueswen committed Jan 1, 2024
1 parent 183a113 commit 44e59f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build and push Spring Boot image
uses: docker/build-push-action@v2
with:
context: ./
context: ./fastapi_app
push: true
tags: ghcr.io/${{ github.repository }}/app:latest
platforms: linux/amd64,linux/arm64

0 comments on commit 44e59f2

Please sign in to comment.