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: migrate to GitHub Container Registry #82

Closed
wants to merge 3 commits into from

Commits on Oct 13, 2022

  1. Dockerfile: specify Fedora's registry as the source for the base image

    In some cases the docker.io source lags behind upstream, so be explicit
    about where the image should come from.
    andyholmes committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    698fe2f View commit details
    Browse the repository at this point in the history
  2. ci: bump docker actions to the latest stable release

    * bump `docker/build-push-action` to v3
    * bump `docker/login-action` to v2
    * bump `docker/setup-buildx-action` to v2
    * bump `docker/setup-qemu-action` to v2
    andyholmes committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5a78dec View commit details
    Browse the repository at this point in the history
  3. ci: migrate to GitHub Container Registry

    Migrate the container images from DockerHub to GitHub's container
    registry.
    
    fixes flatpak#60
    andyholmes committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    afb0226 View commit details
    Browse the repository at this point in the history