Skip to content

Commit

Permalink
[TASK] Disable dockerfile patching for now - recheck after release cr…
Browse files Browse the repository at this point in the history
…eated for latest tag
  • Loading branch information
sbuerk committed Sep 27, 2024
1 parent 09c8d65 commit eba8736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:
--branch ${BUILD_RELEASE_VERSION} \
https://github.com/DeepLcom/deepl-mock.git wv-deeplmockapi-server
echo ">> Patch DeepL Mock Api Server Docker file to expose only port 3000"
sed "s/EXPOSE.*/EXPOSE 3000/g" wv-deeplmockapi-server/Dockerfile
# echo ">> Patch DeepL Mock Api Server Docker file to expose only port 3000"
# sed "s/EXPOSE.*/EXPOSE 3000/g" wv-deeplmockapi-server/Dockerfile

- name: Build and export to Docker
uses: docker/build-push-action@v5
Expand Down

0 comments on commit eba8736

Please sign in to comment.