.github/workflows/tests.yml: Deploy Docker image#7219
.github/workflows/tests.yml: Deploy Docker image#7219sjackman merged 1 commit intoHomebrew:masterfrom
Conversation
b3de9b7 to
c0059f4
Compare
|
GitHub Actions has failed with: https://github.com/Homebrew/brew/pull/7219/checks?check_run_id=534724942 |
|
That always happens on the Linux runner. The error appears to be: |
|
Never mind, I'm blind and didn't see this was in Homebrew/brew and also was related to % docker run -it homebrew/brew:2.2.11
Unable to find image 'homebrew/brew:2.2.11' locally
2.2.11: Pulling from homebrew/brew
fe703b657a32: Already exists
f9df1fafd224: Already exists
a645a4b887f9: Already exists
57db7fe0b522: Already exists
531c6a124820: Pull complete
2c382c3c5cfc: Pull complete
39e593e4e69a: Pull complete
41117761da13: Pull complete
72e50d2cabbb: Pull complete
Digest: sha256:c4d8d1acf4afb61b72e05c4abe415178a3a4aae185bf352e4f89db821aa5fa8c
Status: Downloaded newer image for homebrew/brew:2.2.11
root@006e5c606a40:/home/linuxbrew# |
Deploy the latest Docker image on a push to master. Deploy a tagged Docker image upon publication of a release.
MikeMcQuaid
left a comment
There was a problem hiding this comment.
Seems fine but I was also under the impression Docker Hub did this for us?
|
If I understand correctly, this is about GitHub Packages rather than Docker Hub. |
|
Currently this PR is for GitHub Packages (GHP). My intention is to replace Docker Hub, to simplify and standardize on GitHub Actions. |
|
Currently pulling images from Github Packages Registry requires authentication, so I don't think it's good for users yet. |
I don't believe that's true. See https://github.com/Homebrew/brew/packages/29947 My plan is for GitHub Actions to push to both GitHub Packages Registry and Docker Hub. Once that's working, I'll disable Docker Hub Automated Build. |
|
running: |
Deploy the
latestDocker image on a push tomaster.Deploy a tagged Docker image upon publication of a release.
brew stylewith your changes locally?brew testswith your changes locally?