gnosis / prediction-market-agent

GNU Lesser General Public License v3.0
24 stars 4 forks source link

Explore Docker Integration in GitHub CI Pipeline #451

Closed coderabbitai[bot] closed 1 week ago

coderabbitai[bot] commented 2 weeks ago

The goal of this issue is to investigate the feasibility of integrating Docker into the GitHub CI pipeline. This would help prevent scenarios where the GitHub CI passes, but the Docker image built from the code has issues.

Context:

Tasks:

  1. Investigate how Docker can be integrated into the GitHub CI pipeline.
  2. Determine if there are any limitations or challenges with this approach.
  3. Implement a proof of concept if feasible.

Additional Information:

References:

Assignee:

@kongzii

kongzii commented 1 week ago

Done in https://github.com/gnosis/prediction-market-agent/pull/464