We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fd8a06 + 214bf57 commit afbb063Copy full SHA for afbb063
.github/workflows/pr-checks.yml
@@ -78,7 +78,7 @@ jobs:
78
id: buildx
79
uses: docker/setup-buildx-action@master
80
- name: Build
81
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
82
with:
83
context: .
84
outputs: type=docker,dest=${{ github.workspace }}/open-feature-operator-local.tar
.github/workflows/release-please.yml
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
builder: ${{ steps.buildx.outputs.name }}
72
0 commit comments