Skip to content

Commit 3a35643

Browse files
committed
1001
1 parent ff8e084 commit 3a35643

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Test building docs with docker latest
24-
run: cat /etc/passwd
24+
run: ls -la $GITHUB_ENV

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ RUN apk add --no-cache \
7171
npm
7272

7373
RUN mkdir -p /var/hugo/bin /cache && \
74-
addgroup -Sg 1000 hugo && \
75-
adduser -Sg hugo -u 1000 -h /var/hugo hugo && \
74+
addgroup -Sg 1001 hugo && \
75+
adduser -Sg hugo -u 1001 -h /var/hugo hugo && \
7676
chown -R hugo: /var/hugo /cache /project && \
7777
# For the Hugo's Git integration to work.
7878
runuser -u hugo -- git config --global --add safe.directory /project && \

0 commit comments

Comments
 (0)