diff --git a/.drone.yml b/.drone.yml index edb84ee..5bcdeb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: dry_run: true password: from_secret: docker_password - repo: xoxys/${DRONE_REPO_NAME} + repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username when: @@ -24,7 +24,7 @@ steps: - refs/pull/** - name: tags - image: xoxys/docker-autotag + image: thegeeklab/docker-autotag environment: DOCKER_AUTOTAG_FORCE_LATEST: True DOCKER_AUTOTAG_IGNORE_PRERELEASE: True @@ -45,7 +45,7 @@ steps: dockerfile: Dockerfile password: from_secret: docker_password - repo: xoxys/${DRONE_REPO_NAME} + repo: thegeeklab/${DRONE_REPO_NAME} username: from_secret: docker_username when: @@ -109,7 +109,7 @@ steps: from_secret: docker_username PUSHRM_FILE: README.md PUSHRM_SHORT: VNU - The Nu Html Checker - PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME} + PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME} when: status: - success @@ -156,6 +156,6 @@ depends_on: --- kind: signature -hmac: 2d8da4c985bf067c7343b4d55f51ff94a1fe4432abc6d074294c1d35a9cf8274 +hmac: 9ac8e88bd784b4469e24d0694fd1bb12bb68986ea71137d5d87964435d59ca5a ... diff --git a/Dockerfile b/Dockerfile index b8a1966..0aa681a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xoxys/alpine +FROM thegeeklab/alpine LABEL maintainer="Robert Kaussow " \ org.label-schema.name="vNu" \ diff --git a/README.md b/README.md index 3b3b6a2..1b9dff9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ VNU - The Nu Html Checker [![Build Status](https://img.shields.io/drone/build/docker/vnu?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/vnu) -[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/vnu) +[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/vnu) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/vnu) [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/vnu) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/vnu/src/branch/master/LICENSE)