Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add container build workflow for fork #24

Merged
merged 2 commits into from
Apr 12, 2024
Merged

ci: add container build workflow for fork #24

merged 2 commits into from
Apr 12, 2024

Commits on Apr 12, 2024

  1. ci: add container build workflow for fork

    We cannot depend on the upstream `informalsystems/hermes` repo for CI
    deployments, because we need the forked Hermes code for compatiblity
    with Penumbra chains. Added a new workflow that will publish as
    `ghcr.io/penumbra-zone/hermes`, and removed the informalsystems one.
    conorsch committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    634dccc View commit details
    Browse the repository at this point in the history
  2. ci: raise timeout on ics-light-client-attack

    This single job was failing due to timeout. Bumping its timeout.
    We could also switch to a faster runner, but a separate job takes ~1h,
    which is really where we should focus attention.
    conorsch committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2e9893a View commit details
    Browse the repository at this point in the history