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

Publish containers to docker.io #114

Merged
merged 4 commits into from
Nov 11, 2024
Merged

Publish containers to docker.io #114

merged 4 commits into from
Nov 11, 2024

Commits on Nov 9, 2024

  1. (github) update publish workflow

    There seems to be an issue with ghcr.io where published containers can't
    be pulled ('manifest unknown' error), so moving to docker.io.
    uatuko committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    53450bf View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. (svc) fix g++ builds

    uatuko committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b59ec46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2c72f View commit details
    Browse the repository at this point in the history
  3. (github) update publish workflow

    Publish containers to both docker.io and ghcr.io since using g++
    cross-compile seems to have resolved the "manifest unknown" issue for
    `docker` (`podman` v5.0.2 still has the issue).
    uatuko committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c2c7a87 View commit details
    Browse the repository at this point in the history