Skip to content

Update docker image workflows #2261

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

Merged
merged 2 commits into from
May 31, 2025
Merged

Update docker image workflows #2261

merged 2 commits into from
May 31, 2025

Conversation

giswqs
Copy link
Member

@giswqs giswqs commented May 31, 2025

This PR updates the Docker image workflows so that a docker image is built and push for every PR. Once the PR is merged, automatically delete the docker PR images.

This will make it easier to test new PRs using docker.

docker pull ghcr.io/gee-community/geemap:dev
docker run -it -p 8888:8888 -v $(pwd):/home/jovyan/work ghcr.io/gee-community/geemap:dev
docker pull ghcr.io/gee-community/geemap:pr-<NUMBER>
docker run -it -p 8888:8888 -v $(pwd):/home/jovyan/work ghcr.io/gee-community/geemap:pr-<NUMBER>

Copy link

github-actions bot commented May 31, 2025

@github-actions github-actions bot temporarily deployed to pull request May 31, 2025 15:24 Inactive
@giswqs giswqs merged commit 9c8217d into master May 31, 2025
16 checks passed
@giswqs giswqs deleted the docker branch May 31, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant