diff --git a/.github/build-postprocessors/action.yml b/.github/build-postprocessors/action.yml index eac8182..ceb7cdc 100644 --- a/.github/build-postprocessors/action.yml +++ b/.github/build-postprocessors/action.yml @@ -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 diff --git a/.github/workflows/post-processor.yaml b/.github/workflows/post-processor.yaml index 4aa9534..cdee48c 100644 --- a/.github/workflows/post-processor.yaml +++ b/.github/workflows/post-processor.yaml @@ -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