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.
1 parent 21ed18d commit 7f7a95dCopy full SHA for 7f7a95d
.github/workflows/pr-checks.yml
@@ -132,5 +132,5 @@ jobs:
132
kind load docker-image open-feature-operator-local:${{ github.sha }} --name open-feature-operator-test
133
- name: Run e2e test
134
run: |
135
- IMG=open-feature-operator-local:test make deploy-operator
136
- IMG=open-feature-operator-local:test make e2e-test
+ IMG=open-feature-operator-local:${{ github.sha }} make deploy-operator
+ IMG=open-feature-operator-local:${{ github.sha }} make e2e-test
0 commit comments