Skip to content

Commit

Permalink
fix(ci): specify file for docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Apr 16, 2024
1 parent c6ce7b9 commit a3fc4ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit a3fc4ca

Please sign in to comment.