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