Skip to content

Commit

Permalink
Fix wrong docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Apr 2, 2024
1 parent 72a149c commit 640899a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: ./trackAndTrace
file: ./trackAndTrace/dockerfiles/server.Dockerfile
file: ./trackAndTrace/dockerfiles/sponsored-transaction-service.Dockerfile
push: true
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tag }}

0 comments on commit 640899a

Please sign in to comment.