Skip to content

Commit

Permalink
change image and check if we need cimg-mvn-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Janin-Michel-Mathias committed Feb 6, 2024
1 parent ab52902 commit fc66af3
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
@@ -24,11 +24,6 @@ jobs:
name: Build Module
needs: update-signature
runs-on: ubuntu-latest
container:
image: jahia/cimg-mvn-cache:ga_cimg_openjdk_8.0.312-node
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
steps:
- uses: actions/checkout@v4
- uses: jahia/jahia-modules-action/build-npm@v2
2 changes: 1 addition & 1 deletion tests/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
JAHIA_VERSION=${JAHIA_VERSION:-8.2.0.0-SNAPSHOT}
JAHIA_IMAGE=${JAHIA_IMAGE:-jahia/jahia-npm-alpha-dev:${JAHIA_VERSION}}
JAHIA_IMAGE=${JAHIA_IMAGE:-jahia/jahia-ee-dev:${JAHIA_VERSION}}
TESTS_IMAGE=${TESTS_IMAGE:-jahia/npm-modules-engine:latest}
MANIFEST=${MANIFEST:-provisioning-manifest-snapshot.yml}
JAHIA_URL=${JAHIA_URL:-http://localhost:8080}

0 comments on commit fc66af3

Please sign in to comment.