We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f759cd7 commit f6ef123Copy full SHA for f6ef123
.github/workflows/maven.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build Docker image with short commit SHA
41
run: |
42
VERSION=$(echo "${{ github.sha }}" | cut -c1-7)
43
- docker build -t $IMAGE_NAME:$VERSION .
+ docker build -t $IMAGE_NAME:$VERSION -f target/Dockerfile target
44
echo "VERSION=$VERSION" >> $GITHUB_ENV
45
46
- name: Push Docker image
0 commit comments