Skip to content

Commit

Permalink
fix tag missmatch
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Jan 7, 2024
1 parent 9274bdb commit 01ee59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
export SHELL=/bin/bash
eval $(minikube -p minikube docker-env)
docker build -f ./3.5_app_development/ex-5-java/Dockerfile.maven -t ghcr.io/takara9/ex5:1.1 3.5_app_development/ex-5-java
docker build -f ./3.5_app_development/ex-5-java/Dockerfile.maven -t ghcr.io/takara9/ex5:dev 3.5_app_development/ex-5-java
echo -n "verifying images:"
docker images
- name: Deploy to minikube
Expand Down

0 comments on commit 01ee59a

Please sign in to comment.