Nick Cross

Results 109 comments of Nick Cross

I think Plain and URL based artifacts should _optionally_ support `source-url` and `source-`. Note that technically `source-md5`, `source-sha1` or `source-sha256` are supported.

There is the option for docker/podman/buildah to have ``` --tag TAG Use specified tag to tag the image after build, can be specified multiple times. ``` However that doesn't exist...

> Hi Nick, thanks for responding so quickly. I wasn't talking about _container image tagging_, though: I mean _git repository tagging_. That is what I have done .... see the...

I think this is potentially related to #122? - basically integrated and improved notifications ?

I think this is similar (from the Linux POV) to #122 As the thunderbird native notifications appeared to be completed unreliable for me (Fedora 31) I switched to https://addons.thunderbird.net/en-US/thunderbird/addon/mailbox-alert /...

I would have to say that although @Codeberg-AsGithubAlternative-buhtz does reply to issues (but without resolving them?), without appropriate admin level permissions then #1088 and #1114 may be correct

Could the `-- ` be specified in a configuration file as a default option therebye avoiding having to add it to the command line everytime? (and on that point could...

@thorstenschmid There are workarounds on #281

I've just hit this as well - the design pattern is not the same as the Maven plugin which means if the build records the SHA (e.g. in the jar...

For our use, in order to get the correct SHA, I solved it by altering the task ordering (project-ncl/gradle-manipulator/pull/205)