Skip to content

Commit

Permalink
Trying context for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Jun 21, 2024
1 parent 774888a commit b9ccfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build and push Docker image for executor
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
working-directory: drove-executor
context: drove-executor
with:
context: docker
push: true
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Build and push Docker image for controller
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
working-directory: drove-controller
context: drove-controller
with:
context: docker
push: true
Expand Down

0 comments on commit b9ccfec

Please sign in to comment.