We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5579843 commit 4ed3109Copy full SHA for 4ed3109
.github/workflows/gradle.yml
@@ -53,6 +53,7 @@ jobs:
53
echo "${{ secrets.DOCKERHUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
54
55
JAR_FILE=$(ls build/libs/*.jar | head -n 1)
56
+ echo "Using JAR_FILE: $JAR_FILE"
57
58
docker build --no-cache \
59
--build-arg JAR_FILE=$JAR_FILE \
0 commit comments