migrate to thegeeklab namespace
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-21 22:11:02 +02:00
parent 0d77553ac4
commit c146a1a571
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 6 additions and 6 deletions

View File

@ -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: link-validator - Simple broken-link-checker wrapper made for 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: 897f527d28ff45ac939c3aab8c2121ba677a9d01c9d465ec25ae74ba237e5506
hmac: a7312b0d2c8f2486ea8018c9af6e51796e8199079473c9f3b9c880f4c24266fe
...

View File

@ -3,7 +3,7 @@
link-validator - Simple broken-link-checker wrapper made for CI
[![Build Status](https://img.shields.io/drone/build/docker/link-validator?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/link-validator)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/link-validator)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/link-validator)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/link-validator)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/link-validator)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/link-validator/src/branch/master/LICENSE)