Skip to content

Commit

Permalink
add append
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 4, 2024
1 parent 554d673 commit f6bf8a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,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 f6bf8a2

Please sign in to comment.