Skip to content

Commit

Permalink
external build image name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Dec 13, 2024
1 parent 4c82053 commit 3bd620d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-per-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
export SHELL=/bin/bash
eval $(minikube -p minikube docker-env)
docker build -f ./langtest/Dockerfile -t testapp ./langtest/
docker tag testapp ${{env.imagename}}
docker tag testapp host.minikube.internal:5001/testapp
echo -n "verifying images:"
docker images
docker push ${{env.imagename}}
docker push host.minikube.internal:5001/testapp
echo 'Curling host.minikube.internal test app images from minikube'
minikube ssh "curl http://host.minikube.internal:5001/v2/testapp/tags/list"
# Deploys application based on manifest files from previous step
Expand Down

0 comments on commit 3bd620d

Please sign in to comment.