-
Notifications
You must be signed in to change notification settings - Fork 148
feat: add possibility to disable pushing of image in deploy
command
#736
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
Conversation
Signed-off-by: Zbynek Roubalik <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #736 +/- ##
=======================================
Coverage 41.56% 41.56%
=======================================
Files 42 42
Lines 4083 4102 +19
=======================================
+ Hits 1697 1705 +8
- Misses 2135 2144 +9
- Partials 251 253 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: salaboy, 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 |
ouch, @salaboy e2e tests were failing and I was working on a fix. It hasn't been ready for a merge. |
* chore: update quarkus patch file with 3.7.1 quarkus version * Update 0002-quarkus-productized.patch --------- Co-authored-by: Matej Vasek <[email protected]>
Signed-off-by: Zbynek Roubalik [email protected]
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