migrate to thegeeklab namespace
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3d9fa57000
commit
18fc455adc
10
.drone.yml
10
.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: Rootless FreshRSS - Self-hosted RSS feed aggregator
|
||||
PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME}
|
||||
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
@ -156,6 +156,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 401d3b41724ef357f5e9728195c5db155261495d4734780055946e03a7843f98
|
||||
hmac: c6631f22c3c3443f2ace0e82a5e9b9066062ad10211c3188b7c1e10e88c4f8f7
|
||||
|
||||
...
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM xoxys/nginx:latest
|
||||
FROM thegeeklab/nginx:latest
|
||||
|
||||
LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
|
||||
org.label-schema.name="FreshRSS" \
|
||||
|
@ -3,7 +3,7 @@
|
||||
Rootless FreshRSS - Self-hosted RSS feed aggregator
|
||||
|
||||
[![Build Status](https://img.shields.io/drone/build/docker/freshrss?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/freshrss)
|
||||
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/freshrss)
|
||||
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/freshrss)
|
||||
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/freshrss)
|
||||
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/freshrss)
|
||||
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/freshrss/src/branch/master/LICENSE)
|
||||
@ -22,7 +22,7 @@ Here are some example snippets to help you get started creating a container. Thi
|
||||
docker create \
|
||||
--name=freshrss \
|
||||
-p 80:8080 \
|
||||
xoxys/freshrss
|
||||
thegeeklab/freshrss
|
||||
```
|
||||
|
||||
### Docker Compose
|
||||
@ -35,7 +35,7 @@ version: '3'
|
||||
services:
|
||||
freshrss:
|
||||
container_name: freshrss
|
||||
image: xoxys/freshrss:latest
|
||||
image: thegeeklab/freshrss:latest
|
||||
ports:
|
||||
- "80:8080"
|
||||
volumes:
|
||||
|
@ -4,7 +4,7 @@ version: '3'
|
||||
services:
|
||||
freshrss:
|
||||
container_name: freshrss
|
||||
image: xoxys/freshrss:latest
|
||||
image: thegeeklab/freshrss:latest
|
||||
ports:
|
||||
- "80:8080"
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user