Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

gmod-integration/webhook_relay

Repository files navigation

Webhook Relay

WatchTower Manual Rollout

docker run --rm \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /home/ubuntu/.docker:/config/.docker \
  -e DOCKER_CONFIG=/config/.docker \
  containrrr/watchtower \
  --run-once

Log GitHub Release

echo $GHCR_PAT | docker login ghcr.io -u linventif --password-stdin
docker pull ghcr.io/linventif/gmod-integration/webhook_relay:latest

Manual Build

docker build -t webhook_relay:latest .

Manual Upload

echo $GHCR_PAT | docker login ghcr.io -u linventif --password-stdin
docker tag webhook_relay:latest ghcr.io/gmod-integration/webhook_relay:latest
docker push ghcr.io/gmod-integration/webhook_relay:latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors