Skip to content

Commit

Permalink
chore: update ci with new builds (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Nov 20, 2023
1 parent 821c5de commit 5476859
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5476859

Please sign in to comment.