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 4b2c88b commit c6a979fCopy full SHA for c6a979f
.github/workflows/e2e-tests.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build controller image
26
run: make e2e-build
27
- name: Save image
28
- run: docker save quay.io/operator-framework/olm:dev -o olm-image.tar
+ run: docker save quay.io/operator-framework/olm:local -o olm-image.tar
29
- name: Upload Docker image as artifact
30
uses: actions/upload-artifact@v4
31
with:
0 commit comments