From 2f7822b3003a6bdd268eeeebba5e397d218aa583 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 21 Sep 2020 22:11:03 +0200 Subject: [PATCH] migrate to thegeeklab namespace --- .drone.yml | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index a774bb5..6118e4d 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: lhci - Simple wrapper for lighthouse-ci - PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME} + PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME} when: status: - success @@ -156,6 +156,6 @@ depends_on: --- kind: signature -hmac: 1b616fa82f892373a250c1dc4ec3aaa8471158b8c70b78469e11f8347c203b9e +hmac: db905cd82637d57ad9365961781edfe5bd06fd5056a151f018619797d611fbaf ... diff --git a/README.md b/README.md index c66e3b9..02915cc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ lhci - Simple wrapper for lighthouse-ci [![Build Status](https://img.shields.io/drone/build/docker/lhci?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/lhci) -[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/lhci) +[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/lhci) [![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/lhci) [![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/lhci) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/lhci/src/branch/master/LICENSE)