feat: move to gitea container
All checks were successful
Container build / container-build (push) Successful in 4m2s

This commit is contained in:
Job 2024-09-28 20:09:34 +02:00
parent 755605b2fb
commit 2e49a4f3a3
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -1,6 +1,7 @@
#!/bin/sh
name="${1:-dev}"
podman container rm -f -t 1 "$name"
podman pull git.plabble.org/job79/dev:latest
podman run -it \
--name "$name" \
-v /run/user/1000/wayland-0:/run/user/1000/wayland-0 \
@ -12,4 +13,4 @@ podman run -it \
-v "$name"-local:/home/user/.local \
--security-opt label=disable \
--userns=keep-id \
dev
git.plabble.org/job79/dev:latest