Skip to content

Commit

Permalink
Trying context for docker 2
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Jun 21, 2024
1 parent b9ccfec commit e3323b2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,18 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image for executor
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
context: drove-executor
uses: docker/build-push-action@v6
with:
context: docker
context: drove-executor
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: VERSION=${{ steps.meta.outputs.tags }}

- name: Build and push Docker image for controller
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
context: drove-controller
uses: docker/build-push-action@v6
with:
context: docker
context: drove-executor
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit e3323b2

Please sign in to comment.