Skip to content

Commit

Permalink
1001
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 30, 2024
1 parent ff8e084 commit 3a35643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Test building docs with docker latest
run: cat /etc/passwd
run: ls -la $GITHUB_ENV
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ RUN apk add --no-cache \
npm

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

0 comments on commit 3a35643

Please sign in to comment.