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
From GitHub Actions, we want to push all git commits that are being deployed to Octopus.
In a project which creates packages, we can send package_id in build_information action to do so, but as our Project is creating a Docker Image and pushing it to JFrog, we are not really creating any package that we push to Octopus, so we do not have a packageid.
How can we push Build Information to Octopus in this case from GitHub Action? The packages field is mandatory. Is there any other action via which we can send all GitHub commits to Octopus Release?
The text was updated successfully, but these errors were encountered:
From GitHub Actions, we want to push all git commits that are being deployed to Octopus.
In a project which creates packages, we can send package_id in build_information action to do so, but as our Project is creating a Docker Image and pushing it to JFrog, we are not really creating any package that we push to Octopus, so we do not have a packageid.
How can we push Build Information to Octopus in this case from GitHub Action? The packages field is mandatory. Is there any other action via which we can send all GitHub commits to Octopus Release?
The text was updated successfully, but these errors were encountered: