Skip to content

Commit 4fa3614

Browse files
committed
Update Fix Coding
1 parent 5603524 commit 4fa3614

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/coding-service-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
####
22+
#####
2323
build-push:
2424
runs-on: ubuntu-latest
2525

@@ -42,8 +42,8 @@ jobs:
4242
fi
4343
echo "IMAGE_TAG=${TAG}" >> "$GITHUB_ENV"
4444
45-
REPO_HUB="${{ secrets.DOCKERHUB_USER }}/codecampus-${{ matrix.module || 'file-service' }}"
46-
REPO_GHCR="ghcr.io/${OWNER_LC}/codecampus-${{ matrix.module || 'file-service' }}"
45+
REPO_HUB="${{ secrets.DOCKERHUB_USER }}/codecampus-coding-service"
46+
REPO_GHCR="ghcr.io/${OWNER_LC}/codecampus-coding-service"
4747
4848
HUB="${REPO_HUB}:${TAG}"$'\n'"${REPO_HUB}:latest"
4949
GHCR="${REPO_GHCR}:${TAG}"$'\n'"${REPO_GHCR}:latest"

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
group: docker-${{ github.ref }}
1515
cancel-in-progress: true
1616

17-
####
17+
#####
1818
jobs:
1919
build-push:
2020
runs-on: ubuntu-latest

.github/workflows/file-service-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
####
22+
#####
2323
build-push:
2424
runs-on: ubuntu-latest
2525

docker/java-service-coding.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN if [ "$MODULE" = "coding-service" ]; then \
9595
RUN chmod +r app.jar
9696

9797
# Chuyển sang sử dụng user appuser (chỉ cho coding-service)
98-
USER ${MODULE:+-}${MODULE:+appuser}
98+
USER appuser
9999

100100
ENV JAVA_OPTS=""
101101
EXPOSE 7777

0 commit comments

Comments
 (0)