Skip to content

Commit

Permalink
fix release dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 4, 2024
1 parent f20546a commit 1ff0243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ jobs:
- name: Preload kind images
run: |
mkdir -p build/kind/images
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
docker pull --platform linux/amd64 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:
Expand Down

0 comments on commit 1ff0243

Please sign in to comment.