You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On push to main the CI is attempting to upload the image to a Docker repository, but my add-on builds locally so I don't store the built images. This used to work but one of the updates Dependabot helpfully added for the Builder action caused it to not work on my latest release (I haven't released in a while, so I'm not sure at which version this changed).
Expected result: Having --test in BUILD_ARGS would cause the Action to not try and upload the image.
Here's my CI YAML (truncated -- full config is here ):
On push to
main
the CI is attempting to upload the image to a Docker repository, but my add-on builds locally so I don't store the built images. This used to work but one of the updates Dependabot helpfully added for the Builder action caused it to not work on my latest release (I haven't released in a while, so I'm not sure at which version this changed).Expected result: Having
--test
inBUILD_ARGS
would cause the Action to not try and upload the image.Here's my CI YAML (truncated -- full config is here ):
The error at the end of the build:
The text was updated successfully, but these errors were encountered: