mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-25 06:49:31 +01:00
ci: fix pipelines (#418)
* ci: fix pipelines * fix(proxywasm): bump to go 1.23 and tinygo 0.33 * ci: move to sablierapp/sablier * ci: replace sablierapp/whoami with acouvreur/whoami This will use mimic later * fix wrong whoami image * update nginx docker image for proxywasm
This commit is contained in:
@@ -51,7 +51,7 @@ You have to register your containers by opting-in with labels.
|
||||
```yaml
|
||||
services:
|
||||
whoami:
|
||||
image: sablierapp/whoami:v1.10.2
|
||||
image: acouvreur/whoami:v1.10.2
|
||||
labels:
|
||||
- sablier.enable=true
|
||||
- sablier.group=mygroup
|
||||
|
||||
@@ -52,7 +52,7 @@ You have to register your services by opting-in with labels.
|
||||
```yaml
|
||||
services:
|
||||
whoami:
|
||||
image: sablierapp/whoami:v1.10.2
|
||||
image: acouvreur/whoami:v1.10.2
|
||||
deploy:
|
||||
labels:
|
||||
- sablier.enable=true
|
||||
|
||||
@@ -88,7 +88,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: whoami
|
||||
image: sablierapp/whoami:v1.10.2
|
||||
image: acouvreur/whoami:v1.10.2
|
||||
```
|
||||
|
||||
## How does Sablier knows when a deployment is ready?
|
||||
|
||||
Reference in New Issue
Block a user