Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cooktheryan committed Dec 18, 2023
1 parent 9262ae6 commit 636f218
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Build operator container
run: make docker-build OPERATOR_IMAGE=${OPERATOR_IMAGE}

- name: debug
run: docker images

- name: Export container image as a tar file
run: docker save ${OPERATOR_IMAGE} -o operator.tar

Expand Down

0 comments on commit 636f218

Please sign in to comment.