question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add build flag similar to push flag

See original GitHub issue

At present it’s possible to set push to false and just build an image. This is useful when you want to test the image before pushing it. But when you do that, pushing becomes either a matter of doing so manually (potentially with multiple tags), or triggering the full action again, including a build.

It would be useful to run just the push action, maybe by adding a property for build that defaults to true?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:20
  • Comments:20 (5 by maintainers)

github_iconTop GitHub Comments

7reactions
nebuk89commented, Apr 23, 2020

We are still considering whether to do a separate build action or just have a build flag in this action (we will start the ‘doing’ very soon either way!) What do people prefer? 🤔 👍 for flag 🎉 for separate action

5reactions
khitrenovichcommented, Apr 23, 2020

The main drawback of rebuilding the image is that is breaks “build-test-promote” concept. In other words, you want to test what you’ve built before pushing and want to push exactly the image you tested.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature flags - GitLab Docs
Create a feature flag · On the top bar, select Main menu > Projects and find your project. · On the left sidebar,...
Read more >
Override compile flags for single files - Stack Overflow
For example I want to use different compile flags for the resulting target than for the files but since they are appended I...
Read more >
TCP Flags: PSH and URG - PacketLife.net
In packet #4, we see that the initial HTTP request has its PSH flag set, indicating that the client has no further data...
Read more >
Feature Flags—What Are Those? Uses, Benefits & Best ...
Feature flags are a software development concept that allow you to enable or disable a feature without modifying the source code or requiring...
Read more >
TCP FLAG OPTIONS - LinkedIn
In packet #4, we see that the initial HTTP request has its PSH flag set, indicating that the client has no further data...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Hashnode Post

No results found