Skip to content

Commit

Permalink
Remove context variable from build-push-action (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohomdatta1 authored Nov 5, 2024
1 parent 414f55c commit af01628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/build-postprocessors/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ runs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: ./post-processor
file: ./.github/build-postprocessors/Dockerfile
platforms: linux/amd64,linux/arm64
push: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/post-processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Build and push post-processor image
uses: docker/build-push-action@v6
with:
context: ./post-processor
file: ./.github/build-postprocessors/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit af01628

Please sign in to comment.