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:
Alexis Couvreur
2024-10-23 21:13:56 -04:00
committed by GitHub
parent df8980eb33
commit acfd612bc0
33 changed files with 63 additions and 77 deletions

View File

@@ -26,7 +26,7 @@ You have to use the dynamic config file provider instead.
```yaml
whoami:
image: sablierapp/whoami:v1.10.2
image: acouvreur/whoami:v1.10.2
labels:
- traefik.enable
- traefik.http.routers.whoami.rule=PathPrefix(`/whoami`)
@@ -66,7 +66,7 @@ See also [`traefik.docker.lbswarm`](https://doc.traefik.io/traefik/routing/provi
```yaml
services:
whoami:
image: sablierapp/whoami:v1.10.2
image: acouvreur/whoami:v1.10.2
deploy:
replicas: 0
labels: