Skip to content

Commit c6a979f

Browse files
committed
Set olm tag back to local (from dev)
Signed-off-by: Brett Tofel <[email protected]>
1 parent 4b2c88b commit c6a979f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build controller image
2626
run: make e2e-build
2727
- name: Save image
28-
run: docker save quay.io/operator-framework/olm:dev -o olm-image.tar
28+
run: docker save quay.io/operator-framework/olm:local -o olm-image.tar
2929
- name: Upload Docker image as artifact
3030
uses: actions/upload-artifact@v4
3131
with:

0 commit comments

Comments
 (0)