move repo and docker images to orga

This commit is contained in:
Robert Kaussow 2020-09-20 21:57:12 +02:00
parent e82faed459
commit 011344a036
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 15 additions and 15 deletions

View File

@ -91,7 +91,7 @@ local PipelineBuildContainer(arch='amd64') = {
settings: {
dry_run: true,
dockerfile: 'docker/Dockerfile',
repo: 'xoxys/${DRONE_REPO_NAME}',
repo: 'thegeeklab/${DRONE_REPO_NAME}',
username: { from_secret: 'docker_username' },
password: { from_secret: 'docker_password' },
},
@ -107,7 +107,7 @@ local PipelineBuildContainer(arch='amd64') = {
auto_tag: true,
auto_tag_suffix: arch,
dockerfile: 'docker/Dockerfile',
repo: 'xoxys/${DRONE_REPO_NAME}',
repo: 'thegeeklab/${DRONE_REPO_NAME}',
username: { from_secret: 'docker_username' },
password: { from_secret: 'docker_password' },
},
@ -191,7 +191,7 @@ local PipelineNotifications = {
},
PUSHRM_FILE: 'README.md',
PUSHRM_SHORT: 'Drone CI - Plugin to add comments to GitHub Issues/PRs',
PUSHRM_TARGET: 'xoxys/${DRONE_REPO_NAME}',
PUSHRM_TARGET: 'thegeeklab/${DRONE_REPO_NAME}',
},
when: {
status: ['success'],

View File

@ -70,7 +70,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:
@ -87,7 +87,7 @@ steps:
dockerfile: docker/Dockerfile
password:
from_secret: docker_password
repo: xoxys/${DRONE_REPO_NAME}
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
@ -146,7 +146,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:
@ -163,7 +163,7 @@ steps:
dockerfile: docker/Dockerfile
password:
from_secret: docker_password
repo: xoxys/${DRONE_REPO_NAME}
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
@ -222,7 +222,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:
@ -239,7 +239,7 @@ steps:
dockerfile: docker/Dockerfile
password:
from_secret: docker_password
repo: xoxys/${DRONE_REPO_NAME}
repo: thegeeklab/${DRONE_REPO_NAME}
username:
from_secret: docker_username
when:
@ -324,7 +324,7 @@ steps:
from_secret: docker_username
PUSHRM_FILE: README.md
PUSHRM_SHORT: Drone CI - Plugin to add comments to GitHub Issues/PRs
PUSHRM_TARGET: xoxys/${DRONE_REPO_NAME}
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
when:
status:
- success
@ -373,6 +373,6 @@ depends_on:
---
kind: signature
hmac: a082ae36a906ec50e97966c07586d881c0430d4f48d2a14642dc388817e5533f
hmac: 49ac4d5dbe243dec7b576714870117cb0c4a1faef2cdaa1f2202464b0229727a
...

View File

@ -1,4 +1,4 @@
image: xoxys/drone-github-comment:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
image: thegeeklab/drone-github-comment:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
{{#if build.tags}}
tags:
{{#each build.tags}}
@ -6,18 +6,18 @@ tags:
{{/each}}
{{/if}}
manifests:
- image: xoxys/drone-github-comment:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
- image: thegeeklab/drone-github-comment:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
platform:
architecture: amd64
os: linux
- image: xoxys/drone-github-comment:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64
- image: thegeeklab/drone-github-comment:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64
platform:
architecture: arm64
os: linux
variant: v8
- image: xoxys/drone-github-comment:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm
- image: thegeeklab/drone-github-comment:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm
platform:
architecture: arm
os: linux