You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 2 has been merged to the main branch and is therefore available via uses: docker/build-push-action@v2 (mutable tag).
As a reminder, this new version changes drastically and works with 3 new actions (login, setup-buildx and setup-qemu) that we have created. Many usage examples have been added to handle most use cases.
And it should fix this current issue. Don't hesitate if you have any questions.
I'm trying to build a docker container, from a private container on dockerhub, and push it to the github registry.
For public dockerhub packages, this works splendidly
But for a private container, this fails because we are not logged in to DockerHub.
I tried to add the following before the build-push-action, but that does not get picked up
Any ideas on how to do this?
The text was updated successfully, but these errors were encountered: