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
Hey, I want to use this plugin to build my Next.js site both when pushed to main and a pull request is opened. But when using the trigger for pull_request I see this output in the logs:
time="2023-09-24T15:42:22Z" level=info msg="skipping automated docker build for refs/pull/80/head"
Hey, I want to use this plugin to build my Next.js site both when pushed to main and a pull request is opened. But when using the
trigger
forpull_request
I see this output in the logs:My pipeline configuration is as follows:
Does this plugin do this because of
auto_tag: true
? Is there a way to include the PR name in the tag maybe to solve that?The text was updated successfully, but these errors were encountered: