Skip to content

Commit

Permalink
added Dockerfiles for building all the Release Images (CONNECTORS-1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Jun 28, 2024
1 parent fae8f13 commit c4a0988
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
ref: release-${{ steps.mcf.outputs.release }}

- name: Set up OpenJDK 11 Temurin x64
- name: Set up OpenJDK ${{ steps.jdk.outputs.version }} Temurin x64
uses: actions/[email protected]
with:
java-version: '${{ steps.jdk.outputs.version }}'
Expand All @@ -93,6 +93,10 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE

- name: Fix Nuxeo URL
run: |
sed -i 's/https\:\/\/maven.nuxeo.org\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g' build.xml
- name: Ant Build
run: ant make-core-deps make-deps image

Expand Down

0 comments on commit c4a0988

Please sign in to comment.