Skip to content

Commit 946b9f8

Browse files
chore(deps): update ghcr.io/open-feature/flagd-testbed-unstable docker tag to v0.4.10 (#699)
Signed-off-by: Todd Baert <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent 33ac576 commit 946b9f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838

3939
services:
4040
flagd:
41-
image: ghcr.io/open-feature/flagd-testbed:v0.4.8
41+
image: ghcr.io/open-feature/flagd-testbed:v0.4.10
4242
ports:
4343
- 8013:8013
4444
flagd-unstable:
45-
image: ghcr.io/open-feature/flagd-testbed-unstable:v0.4.8
45+
image: ghcr.io/open-feature/flagd-testbed-unstable:v0.4.10
4646
ports:
4747
- 8014:8013
4848
sync:
49-
image: ghcr.io/open-feature/sync-testbed:v0.4.8
49+
image: ghcr.io/open-feature/sync-testbed:v0.4.10
5050
ports:
5151
- 9090:9090
5252
sync-unstable:
@@ -73,4 +73,4 @@ jobs:
7373
github_token: ${{ github.token }}
7474

7575
- name: e2e
76-
run: npm run e2e
76+
run: npm run e2e

0 commit comments

Comments
 (0)