Embed rotated release public key; pin compose example to v0.1.4
ci / test (push) Successful in 13s
ci / docker (push) Failing after 50s
ci / release (push) Successful in 27s

This commit is contained in:
mram
2026-09-20 22:37:28 +02:00
parent 83812cebf3
commit 9481fd8418
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# ComfyUI --listen 0.0.0.0 --port 8189). # ComfyUI --listen 0.0.0.0 --port 8189).
services: services:
gpu-turnstile: gpu-turnstile:
image: git.rambossek.at/public/gpu-turnstile:v0.1.3 image: git.rambossek.at/public/gpu-turnstile:v0.1.4
restart: unless-stopped restart: unless-stopped
environment: environment:
# Each consumer is enabled by setting its URL; leave one unset to # Each consumer is enabled by setting its URL; leave one unset to
+1 -1
View File
@@ -11,6 +11,6 @@ package update
// the RELEASE_SIGNING_KEY repository secret. When empty, the updater refuses // the RELEASE_SIGNING_KEY repository secret. When empty, the updater refuses
// to update (e.g. development builds). // to update (e.g. development builds).
var publicKeyPEM = `-----BEGIN PUBLIC KEY----- var publicKeyPEM = `-----BEGIN PUBLIC KEY-----
MCowBQYDK2VwAyEA+gJbSvgeYX58woPQGbSC8x8Zw4OTDiiQ7/19seZKfSQ= MCowBQYDK2VwAyEAqTAJ0CCeAQI7MhFlgc5xNmF/CfvLVUAY3ZAoeAS0tT8=
-----END PUBLIC KEY----- -----END PUBLIC KEY-----
` `