Skip to content

Commit

Permalink
uncomment flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 4, 2024
1 parent 9d6ec62 commit 554d673
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 321 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,16 @@ jobs:
- name: Preload kind images
run: |
mkdir -p build/kind/images
docker pull kindest/node:v1.30.0
docker save kindest/node:v1.30.0 > build/kind/images/node.tar
docker pull --platform linux/amd64 kindest/node:v1.31.0
docker save kindest/node:v1.31.0 > build/kind/images/node.tar
docker pull --platform linux/arm64 kindest/node:v1.31.0
docker save kindest/node:v1.31.0 > build/kind/images/node.tar
- name: Build and push
uses: docker/build-push-action@v6
with:
build-args: segmentio_key="${{secrets.TESTKUBE_SEGMENTIO_KEY}}",ga_id="${{secrets.TESTKUBE_CLI_GA_MEASUREMENT_ID}}",ga_secret="${{secrets.TESTKUBE_CLI_GA_MEASUREMENT_SECRET}}"
context: build/kind
file: build/kind/Dockerfile.kind
platforms: linux/amd64,linux/arm64/v8
Expand Down
Loading

0 comments on commit 554d673

Please sign in to comment.