Skip to content

Commit

Permalink
Fix docker test
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Apr 8, 2024
1 parent 63da9c3 commit 200246d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Check Dockerfile syntax
run: |
docker run --rm -i hadolint/hadolint < docker/openjdk-17/Dockerfile
docker run --rm -i hadolint/hadolint < docker/Dockerfile
- name: Build Docker Image
run: |
./gradlew dockerDist
Expand Down

0 comments on commit 200246d

Please sign in to comment.