Browse Source

Merge branch 'external-secrets:main' into main

renanaAkeyless 4 years ago
parent
commit
5d400f4a43
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/e2e.yml
  2. 1 1
      e2e/Makefile

+ 1 - 1
.github/workflows/e2e.yml

@@ -149,7 +149,7 @@ jobs:
         make test.e2e
 
     # Update check run called "integration-fork"
-    - uses: actions/github-script@v5
+    - uses: actions/github-script@v1
       id: update-check-run
       if: ${{ always() }}
       env:

+ 1 - 1
e2e/Makefile

@@ -20,7 +20,7 @@ test: e2e-image ## Run e2e tests against current kube context
 		IMAGE_REGISTRY=local/external-secrets \
 		VERSION=$(IMG_TAG) \
 		ARCH=amd64 \
-		BUILD_ARGS="--build-arg TARGETARCH=amd64 --build-arg TARGETOS=linux"
+		BUILD_ARGS="${BUILD_ARGS} --build-arg TARGETARCH=amd64 --build-arg TARGETOS=linux"
 	kind load docker-image --name="external-secrets" local/external-secrets:$(IMG_TAG)
 	kind load docker-image --name="external-secrets" $(IMG)
 	./run.sh