Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kishen-v authored Mar 1, 2024
1 parent a83573f commit ff1b864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
mkdir -p tmp/kubernetes
git clone --single-branch --branch ${{ matrix.version }} https://github.com/kubernetes/kubernetes tmp/kubernetes
kind build node-image $PWD/tmp/kubernetes --arch ppc64le --image ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.version }} --base-image ${{ env.BASE_IMAGE }}
kind build node-image $PWD/tmp/kubernetes --arch ppc64le --base-image ${{ env.BASE_IMAGE }}
- name: Publish image
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit ff1b864

Please sign in to comment.