From 5476859c8e15869916503cfdc6f8456367ce46b2 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Mon, 20 Nov 2023 10:01:00 -0500 Subject: [PATCH] chore: update ci with new builds (#79) Signed-off-by: Todd Baert --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed326a0..8f49947 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,9 +37,23 @@ jobs: file: flagd/Dockerfile push: false + - name: Build flagd-testbed-unstable Docker image + uses: docker/build-push-action@v4 + with: + context: . + file: flagd/Dockerfile.unstable + push: false + - name: Build sync-testbed Docker image uses: docker/build-push-action@v4 with: context: . file: sync/Dockerfile push: false + + - name: Build sync-testbed-unstable Docker image + uses: docker/build-push-action@v4 + with: + context: . + file: sync/Dockerfile.unstable + push: false