Skip to content

Commit

Permalink
Fixed Payment Backend Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithkota committed Nov 27, 2023
1 parent 5b4fc23 commit 9bfe414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker push $IMAGE_ID:$VERSION
docker build . \
--file Dockerfile \
--file payment-backend.Dockerfile \
--tag $PAYMENT_BACKEND_IMAGE_ID:$VERSION
docker push $PAYMENT_BACKEND_IMAGE_ID:$VERSION

0 comments on commit 9bfe414

Please sign in to comment.