Skip to content

Commit a3fc4ca

Browse files
author
lgdd
committed
fix(ci): specify file for docker builds
1 parent c6ce7b9 commit a3fc4ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Build and push
3232
uses: docker/build-push-action@v5
3333
with:
34+
file: {context}/Dockerfile.jvm
3435
push: false
3536
tags: lgdd/liferay-starter:latest-jvm
3637
docker-native-build:
@@ -49,5 +50,6 @@ jobs:
4950
- name: Build and push
5051
uses: docker/build-push-action@v5
5152
with:
53+
file: {context}/Dockerfile.native
5254
push: false
5355
tags: lgdd/liferay-starter:latest

0 commit comments

Comments
 (0)