Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skull8888888 committed Dec 26, 2024
1 parent 1416afe commit 2b7f30c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/backend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
- name: Build and push image to AWS ECR
uses: docker/build-push-action@v6
with:
context: .
file: ./app-server/Dockerfile
context: ./app-server
push: false
platforms: linux/amd64
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit 2b7f30c

Please sign in to comment.