simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
362 stars 11 forks source link

Possibility to tag image without building it #340

Closed thomsa closed 3 years ago

thomsa commented 3 years ago

Hi!

Is there a possibility to tag the latest image with a given tag without actually executing anything?

The scenario:

The problem with this approach is that the images are constantly rebuilt, while the latest tagged version from main is exactly the same as the newest release.

Is there a possibility to have the upload part executed without actually having to run the task in the task definition?

fho commented 3 years ago

Hello @thomsa,

Is there a possibility to have the upload part executed without actually having to run the task in the task definition?

No that is currently not possible.

Does it maybe work to create a baur task that runs a custom bash script and the bash script does only the tagging/uploading?

fho commented 3 years ago

closing, no answer from issue author