pull/8362/head
Medya Gh 2020-06-02 14:15:12 -07:00
parent 56ccfd6e67
commit e90c8defba
1 changed files with 1 additions and 1 deletions

View File

@ -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