Skip to content

Commit

Permalink
Adjust workflows to deploy to Minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
musab.bozkurt committed Oct 14, 2024
1 parent 93117fa commit 78d5a1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:

- name: Build image
run: |
export SHELL=/bin/bash
eval $(minikube -p minikube docker-env)
docker build -f ./api-gateway/Dockerfile -t api-gateway .
echo -n "verifying images:"
Expand Down

0 comments on commit 78d5a1a

Please sign in to comment.