From a3fc4ca370256f053c8d930a9a8e2b9728916ba1 Mon Sep 17 00:00:00 2001 From: lgdd Date: Tue, 16 Apr 2024 10:24:37 +0200 Subject: [PATCH] fix(ci): specify file for docker builds --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3155bf2..25927da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: + file: {context}/Dockerfile.jvm push: false tags: lgdd/liferay-starter:latest-jvm docker-native-build: @@ -49,5 +50,6 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: + file: {context}/Dockerfile.native push: false tags: lgdd/liferay-starter:latest \ No newline at end of file