fix typo
parent
56ccfd6e67
commit
e90c8defba
|
@ -48,7 +48,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export SHELL=/bin/bash
|
export SHELL=/bin/bash
|
||||||
eval $(minikube -p minikube docker-env)
|
eval $(minikube -p minikube docker-env)
|
||||||
docker build -f ./Dockerfile -t local/example1 .
|
docker build -f ./Dockerfile -t local/example .
|
||||||
echo -n "verifying images:"
|
echo -n "verifying images:"
|
||||||
docker images
|
docker images
|
||||||
- name: Deploy to minikube
|
- name: Deploy to minikube
|
Loading…
Reference in New Issue