Skip to content

Commit

Permalink
Fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Apr 2, 2024
1 parent 9bd40de commit 72a149c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
context: ./trackAndTrace
file: ./trackAndTrace/dockerfiles/indexer.Dockerfile
push: true
platforms: linux/amd64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
context: ./trackAndTrace
file: ./trackAndTrace/dockerfiles/server.Dockerfile
push: true
platforms: linux/amd64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
context: ./trackAndTrace
file: ./trackAndTrace/dockerfiles/server.Dockerfile
push: true
platforms: linux/amd64
Expand Down

0 comments on commit 72a149c

Please sign in to comment.