Skip to content

Commit f6ef123

Browse files
committed
maven.yml 수정
1 parent f759cd7 commit f6ef123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build Docker image with short commit SHA
4141
run: |
4242
VERSION=$(echo "${{ github.sha }}" | cut -c1-7)
43-
docker build -t $IMAGE_NAME:$VERSION .
43+
docker build -t $IMAGE_NAME:$VERSION -f target/Dockerfile target
4444
echo "VERSION=$VERSION" >> $GITHUB_ENV
4545
4646
- name: Push Docker image

0 commit comments

Comments
 (0)