Skip to content

Commit

Permalink
Debug GHA when k3d import fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed May 29, 2024
1 parent 37985b6 commit 4e9d9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run : |
chmod +x bin/*
docker build --tag "rancher/webhook:${{ github.sha }}" -f package/Dockerfile .
k3d image import "rancher/webhook:${{ github.sha }}" -c webhook
k3d image import "rancher/webhook:${{ github.sha }}" -c webhook || exit 1
- name : start rancher
run : ./.github/workflows/scripts/start-rancher.sh
Expand Down

0 comments on commit 4e9d9a5

Please sign in to comment.