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 bc4b16e commit 319d0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Fix Nuxeo URL
run: |
sed -i 's/https\:\/\/maven.nuxeo.com\/nexus\/content\/repositories\/public-releases/https\:\/\/packages.nuxeo.com\/repository\/maven-public-archives/g' build.xml
sed -i 's/http\:\/\/maven.nuxeo.com\/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 319d0dd

Please sign in to comment.