Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Add github workflow to build and publish docker image#85

Merged
colesbury merged 2 commits intocolesbury:nogilfrom
lesteve:docker-build-push
Sep 8, 2022
Merged

Add github workflow to build and publish docker image#85
colesbury merged 2 commits intocolesbury:nogilfrom
lesteve:docker-build-push

Conversation

@lesteve
Copy link
Copy Markdown

@lesteve lesteve commented Sep 8, 2022

Fix #84

I removed the workflows which were from python/cpython since you probably don't want to run them. Alternatively you can keep the files and disable them in the web UI: https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow

I tested the action on my fork, it seems to work: here is the
build and this has pushed on dockerhub: https://hub.docker.com/r/lesteve/nogil/tags

I have kept things simple: it always use the latest tag.

Copy link
Copy Markdown
Owner

@colesbury colesbury left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@colesbury colesbury merged commit 1761801 into colesbury:nogil Sep 8, 2022
@lesteve lesteve deleted the docker-build-push branch September 9, 2022 07:26
@lesteve
Copy link
Copy Markdown
Author

lesteve commented Sep 9, 2022

Nice catch for the reversed image name!

The build seems to have worked, an image has been pushed to DockerHub: https://hub.docker.com/r/nogil/python/tags
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is there some interest to have the nogil/python docker image updated on each commit?

2 participants