diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a0728b73c..3e029e54e 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -32,10 +32,6 @@ jobs: push_to_registry: "false" image_name: ${{ env.IMAGE_NAME }} dockerfile_path: "./scripts/ci/docker/zombienet_injected.Dockerfile" - build_args: | # optional - ARG1=value1 - ARG2=value2 - context: "./path/to/context" # optional, defaults to '.' # - name: Build and push Docker image from main # uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0