try to fix permission denied error
All checks were successful
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Successful in 48s
All checks were successful
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Successful in 48s
This commit is contained in:
parent
119555b291
commit
a34a32d241
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ jobs:
|
||||||
# Write it to the host via a remote Podman helper container.
|
# Write it to the host via a remote Podman helper container.
|
||||||
# Run as uid:gid 1001:1001 so writes match prod-service’s ownership.
|
# Run as uid:gid 1001:1001 so writes match prod-service’s ownership.
|
||||||
podman --remote run --rm -i \
|
podman --remote run --rm -i \
|
||||||
--user 1001:1001 \
|
--userns=keep-id \
|
||||||
-v /opt/sharenet/nginx:/host-nginx:rw \
|
-v /opt/sharenet/nginx:/host-nginx:rw \
|
||||||
alpine:3.20 sh -c 'install -D -m 0644 /dev/stdin /host-nginx/nginx.conf' \
|
alpine:3.20 sh -c 'install -D -m 0644 /dev/stdin /host-nginx/nginx.conf' \
|
||||||
< /tmp/nginx.conf
|
< /tmp/nginx.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue