-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add possibility to disable pushing of image in deploy
command
#739
Conversation
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zroubalik The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## main #739 +/- ##
==========================================
- Coverage 41.56% 41.52% -0.04%
==========================================
Files 42 42
Lines 4083 4101 +18
==========================================
+ Hits 1697 1703 +6
- Misses 2135 2145 +10
- Partials 251 253 +2
Continue to review full report at Codecov.
|
This should be ready for review and merge. |
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
/lgtm |
Signed-off-by: Zbynek Roubalik zroubali@redhat.com
This is needed to have standalone
deploy
Tekton task.Basically implementing the same functionality that has been done in #681 for
build
.Changes
deploy
command/kind enhancement
Relates: #620