Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 6493d00 commit 6ff0e5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
run: npm run gherkin-lint

- name: Build flagd-testbed Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: flagd/Dockerfile
push: false

- name: Build sync-testbed Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: sync/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push flagd-testbed Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: flagd/Dockerfile
Expand All @@ -63,7 +63,7 @@ jobs:
${{ env.REGISTRY }}/open-feature/${{ env.FLAGD_IMAGE_NAME }}:latest
- name: Build and push sync-testbed Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: sync/Dockerfile
Expand Down

0 comments on commit 6ff0e5a

Please sign in to comment.