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

This commit is contained in:
Robert Kaussow 2020-09-21 22:11:01 +02:00
parent a0d15cbffd
commit 2854cfcb9e
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
4 changed files with 10 additions and 10 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: Rootless Kanboard - Kanban project management software
PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME}
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
when:
status:
- success
@ -156,6 +156,6 @@ depends_on:
---
kind: signature
hmac: 6de8c4bda6096cd5de0da8809d028733c64a4b0a95eb5f2a5743c849bc88bc2c
hmac: 6079360028c2640c833e8c729d39ba4503eb892437a700f753393a0364820ef4
...

View File

@ -1,4 +1,4 @@
FROM xoxys/nginx:latest
FROM thegeeklab/nginx:latest
LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.name="Kanboard" \

View File

@ -3,7 +3,7 @@
Rootless Kanboard - Kanban project management software
[![Build Status](https://img.shields.io/drone/build/docker/kanboard?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/kanboard)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/kanboard)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/kanboard)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/kanboard)
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/kanboard)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/kanboard/src/branch/master/LICENSE)
@ -24,7 +24,7 @@ Here are some example snippets to help you get started creating a container. Thi
docker create \
--name=kanboard \
-p 80:8080 \
xoxys/kanboard
thegeeklab/kanboard
```
### Docker Compose
@ -38,7 +38,7 @@ version: '3'
services:
kanboard:
container_name: kanboard
image: xoxys/kanboard:latest
image: thegeeklab/kanboard:latest
ports:
- "80:8080"
volumes:

View File

@ -4,7 +4,7 @@ version: '3'
services:
kanboard:
container_name: kanboard
image: xoxys/kanboard:latest
image: thegeeklab/kanboard:latest
ports:
- "80:8080"
volumes: