diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 440e55a..e76c905 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,8 +1,9 @@ # build and publish Docker image name: Docker +# disabled and replaced with Docker Hub's automated builds (they also pull the Readme automatically) on: - release: - types: [published] +# release: +# types: [published] workflow_dispatch: jobs: @@ -17,5 +18,5 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - repository: stefanupb/deepcomp + repository: stefanbschneider/deepcomp tag_with_ref: true diff --git a/README.md b/README.md index 895ba66..a2efb58 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![CI](https://github.com/CN-UPB/DeepCoMP/actions/workflows/python-test.yml/badge.svg)](https://github.com/CN-UPB/DeepCoMP/actions/workflows/python-test.yml) [![PyPi](https://github.com/CN-UPB/DeepCoMP/actions/workflows/python-publish.yml/badge.svg?branch=v1.1.0)](https://github.com/CN-UPB/DeepCoMP/actions/workflows/python-publish.yml) -[![Docker](https://github.com/CN-UPB/DeepCoMP/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/CN-UPB/DeepCoMP/actions/workflows/docker-publish.yml) +[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/stefanbschneider/deepcomp?label=Docker%20Build&logo=docker)](https://hub.docker.com/r/stefanbschneider/deepcomp) +[![Docker Pulls](https://img.shields.io/docker/pulls/stefanbschneider/deepcomp?label=Docker%20Pulls&logo=docker)](https://hub.docker.com/r/stefanbschneider/deepcomp) [![DeepSource](https://deepsource.io/gh/CN-UPB/DeepCoMP.svg/?label=active+issues)](https://deepsource.io/gh/CN-UPB/DeepCoMP/?ref=repository-badge) @@ -64,12 +65,12 @@ sudo apt install ffmpeg imagemagick ### Docker There is a Docker image that comes with `deepcomp` preinstalled. -To use the Docker image, simply pull the latest version from Docker Hub: +To use the Docker image, simply pull the latest version from [Docker Hub](https://hub.docker.com/r/stefanbschneider/deepcomp): ``` -docker pull stefanupb/deepcomp -# tag image with just "deepcomp". alternatively, write out "stefanupb/deepcomp" in all following commands. -docker tag stefanupb/deepcomp:latest deepcomp +docker pull stefanbschneider/deepcomp +# tag image with just "deepcomp". alternatively, write out "stefanbschneider/deepcomp" in all following commands. +docker tag stefanbschneider/deepcomp:latest deepcomp ``` Alternatively, to build the Docker image manually from the `Dockerfile`, clone this repository and run diff --git a/setup.py b/setup.py index a26386a..d3246ad 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='deepcomp', - version='1.2.4', + version='1.2.5', author='Stefan Schneider', description="DeepCoMP: Self-Learning Dynamic Multi-Cell Selection for Coordinated Multipoint (CoMP)", long_description=long_description,