Skip to content

Commit 52003af

Browse files
Try building the docker file in CI
1 parent 7fa426d commit 52003af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ jobs:
1616
cache: 'maven'
1717
- name: Build with Maven
1818
run: mvn --batch-mode -Preproducible verify javadoc:javadoc
19+
20+
dockerimage:
21+
runs-on: ubuntu-latest
22+
23+
steps:
24+
- uses: actions/checkout@v4
25+
- name: Build whole Dockerfile
26+
run: docker build --target release --tag test-efspjava-image .

0 commit comments

Comments
 (0)