Skip to content

Commit

Permalink
fix: update flagd version (#402)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <toddbaert@gmail.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
toddbaert and beeme1mr authored Mar 16, 2023
1 parent 71ea8a6 commit dc6aa3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@master

- name: Update flagd image version
run: |
make update-flagd
- name: Build
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit dc6aa3c

Please sign in to comment.