Switch to publishing on our Gitea
continuous-integration/drone/push Build is passing Details

Re: coop-cloud/organising#369
This commit is contained in:
3wc 2023-01-21 11:13:13 -08:00
parent 3b95b98442
commit 76078a2f6c
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
kind: pipeline
name: deploy to hub.docker.com
name: build & publish image
steps:
- name: run shellcheck
image: debian:buster
@ -11,12 +11,12 @@ steps:
- name: docker push
image: plugins/docker
settings:
username:
from_secret: docker_reg_username_coopcloud
username: 3wordchant
password:
from_secret: docker_reg_passwd_coopcloud
repo: thecoopcloud/stack-ssh-deploy
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/stack-ssh-deploy
tags: latest
registry: git.coopcloud.tech
trigger:
branch:
- main