diff --git a/.github/workflows/build-push-image.yml b/.github/workflows/build-image.yml similarity index 96% rename from .github/workflows/build-push-image.yml rename to .github/workflows/build-image.yml index 8778a0b..64ee498 100644 --- a/.github/workflows/build-push-image.yml +++ b/.github/workflows/build-image.yml @@ -1,4 +1,4 @@ -name: Build & push image to GHCR +name: Build Docker image on: workflow_dispatch: diff --git a/README.md b/README.md index 1851617..0d0adc4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # README +![Build status](https://github.com/donertas-group/rdev-docker/actions/workflows/build-push-image.yml/badge.svg) A Docker image for R development with a focus on reproducibility. The image is based on the Bioconductor [Docker image](https://hub.docker.com/r/bioconductor/bioconductor_docker), and runs a Ubuntu 22.04 and R 4.3.0.