Skip to content

Commit afbb063

Browse files
authored
Merge pull request #209 from open-feature/renovate/docker-build-push-action-3.x
chore(deps): update docker/build-push-action action to v3
2 parents 9fd8a06 + 214bf57 commit afbb063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id: buildx
7979
uses: docker/setup-buildx-action@master
8080
- name: Build
81-
uses: docker/build-push-action@v2
81+
uses: docker/build-push-action@v3
8282
with:
8383
context: .
8484
outputs: type=docker,dest=${{ github.workspace }}/open-feature-operator-local.tar

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: docker/setup-buildx-action@master
6767

6868
- name: Build
69-
uses: docker/build-push-action@v2
69+
uses: docker/build-push-action@v3
7070
with:
7171
builder: ${{ steps.buildx.outputs.name }}
7272
context: .

0 commit comments

Comments
 (0)