We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8e084 commit 3a35643Copy full SHA for 3a35643
.github/workflows/test.yml
@@ -21,4 +21,4 @@ jobs:
21
runs-on: ${{ matrix.os }}
22
steps:
23
- name: Test building docs with docker latest
24
- run: cat /etc/passwd
+ run: ls -la $GITHUB_ENV
Dockerfile
@@ -71,8 +71,8 @@ RUN apk add --no-cache \
71
npm
72
73
RUN mkdir -p /var/hugo/bin /cache && \
74
- addgroup -Sg 1000 hugo && \
75
- adduser -Sg hugo -u 1000 -h /var/hugo hugo && \
+ addgroup -Sg 1001 hugo && \
+ adduser -Sg hugo -u 1001 -h /var/hugo hugo && \
76
chown -R hugo: /var/hugo /cache /project && \
77
# For the Hugo's Git integration to work.
78
runuser -u hugo -- git config --global --add safe.directory /project && \
0 commit comments