diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e0f88ddcd..6e69d5b12 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -33,12 +33,12 @@ jobs: npm run clean npm run build ls -la packages/cli/dist/cli.js - # working-directory: ./javascript - #docker/build-push-action has a built-in checkout + - name: Build and push Docker image from main uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: file: ./scripts/ci/docker/zombienet_injected.Dockerfile + context: . push: false tags: | ${{ env.IMAGE_NAME }}:${{ env.VERSION }}