Git Product home page Git Product logo

Comments (2)

crazy-max avatar crazy-max commented on June 4, 2024

@docwhat

The GitHub Packages Docker registry will be superseded by GitHub Container Registry.

The package registry will never support multi-arch image manifests. The container registry (ghcr.io) does.

buildx pushes multi-arch image manifests, even when using a single architecture. I don't think this can be turned off.

docker/build-push-action@v2 uses buildx. Therefore, I don't think it is necessary to have an example for the package registry. Though a comment mentioning why might be nice. Possibly with a link to the migration guide

First of all, this action only handles login against a registry and does not concern buildx.

If no platform is defined, the one detected through your system will be used but it will not produce a manifest list like application/vnd.docker.distribution.manifest.list.v2+json but application/vnd.docker.distribution.manifest.v2+json so buildx will be able to push to the GitHub Package Registry.

from login-action.

docwhat avatar docwhat commented on June 4, 2024
  1. Yeah, I know, but login-action was written in conjunction with and for the build-push-action. If my understanding is wrong then this is moot anyway.
  2. If you say so. In practice, my tests show that the build-push-action is getting a 403 when using the GHPR (with no useful error message) and it works fine for the GHCR.

PS: I've spent hours debugging that darn 403. I apologize if I'm rude and bad tempered.

from login-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.