diff --git a/.eslintrc.js b/.eslintrc.js index afd6bec..eb0e0b4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,8 +2,4 @@ module.exports = { extends: [ "@redhat-actions/eslint-config", ], - ignorePatterns: [ - "dist/", - "out/", - ] }; \ No newline at end of file diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index 9f3c455..bbf3751 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -79,6 +79,7 @@ jobs: with: image: ${{ env.IMAGE_NAME }} tags: 'latest v2' + base-image: 'registry.access.redhat.com/openjdk/openjdk-11-rhel7' # To avoid hardcoding a particular version of the binary. content: | ./spring-petclinic/target/spring-petclinic-*.BUILD-SNAPSHOT.jar diff --git a/README.md b/README.md index 8ef664c..32c81d0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ After building your image, use [push-to-registry](https://github.com/redhat-acti