Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export PROJECT_CLONE_IMG=quay.io/yourrepo/project-clone:prerelease
podman build -t "$PROJECT_CLONE_IMG" -f ./project-clone/Dockerfile .
podman push "$PROJECT_CLONE_IMG"
# build and push DevWorkspace Operator image
export DOCKER=podman # optional
make docker
# deploy DevWorkspace Operator using these images
make install
Expand Down
Loading