Skip to content

Commit

Permalink
updated GitHub workflow for publishing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Sep 26, 2024
1 parent e065b43 commit 641f7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ jobs:
sparse-checkout-cone-mode: false

- name: Move the Dockerfile in the root folder
if: (github.event.inputs.release != '2.27-JDK-11')
run: |
mv src/main/docker/JDK-${{ steps.jdk.outputs.version }}/Dockerfile ${{ github.workspace }}
Expand Down
2 changes: 2 additions & 0 deletions src/main/docker/JDK-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ ENV MCF_PORT="8345"
RUN set -ex; \
groupadd -r --gid "$MCF_GROUP_ID" "$MCF_GROUP"; \
useradd -r --uid "$MCF_USER_ID" --gid "$MCF_GROUP_ID" "$MCF_USER"

COPY src/main/docker/logging/logging.xml ${MCF_HOME}/example

RUN chown ${MCF_USER}:${MCF_USER} -R ${MCF_HOME}
RUN chmod +x ${MCF_HOME}/example/start.sh
Expand Down

0 comments on commit 641f7dc

Please sign in to comment.