From d84be099247cf24580ead701f0e8684cc42fcc3f Mon Sep 17 00:00:00 2001 From: vsaw Date: Wed, 22 Nov 2023 14:40:23 +0100 Subject: [PATCH] Rename Docker Hub repository to opendatacam/darknet Closes https://github.com/opendatacam/opendatacam/issues/621 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d399f5116da..b2cf8e5f713 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -70,4 +70,4 @@ jobs: file: docker/build/${{ matrix.platform }}/Dockerfile platforms: ${{ matrix.docker-platform }} push: ${{ env.DOCKERHUB_PUBLISH == 'true' }} - tags: ${{ env.DOCKERHUB_USERNAME }}/opendatacam-darknet-base:${{ steps.dockerhub-tag.outputs.dockerhub-tag }} + tags: ${{ env.DOCKERHUB_USERNAME }}/darknet:${{ steps.dockerhub-tag.outputs.dockerhub-tag }}