Add running preload release script to github actions
parent
9c8102dd58
commit
a83478f268
|
@ -19,6 +19,7 @@ jobs:
|
|||
run : |
|
||||
make minikube-linux-amd64
|
||||
make e2e-linux-amd64
|
||||
make upload-preloaded-images-tar
|
||||
cp -r test/integration/testdata ./out
|
||||
whoami
|
||||
echo github ref $GITHUB_REF
|
||||
|
|
Loading…
Reference in New Issue