Skip to content

Commit

Permalink
Fix path typo in log4shell imagebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Smalling committed Dec 21, 2021
1 parent 214a66b commit 0e6a87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log4shell-goof/log4shell-server/k8s/imagebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
fi

echo "📦 Building image ${DOCKER_ACCOUNT}/log4shell-server:latest ..."
docker build -t ${DOCKER_ACCOUNT}/log4shell-server:latest .
docker build -t ${DOCKER_ACCOUNT}/log4shell-server:latest $MYDIR/..
echo
echo "🚚 Pushing image to DockerHub..."
docker push ${DOCKER_ACCOUNT}/log4shell-server:latest

0 comments on commit 0e6a87f

Please sign in to comment.