From cc696ee0c8e449ea3181a722c4fd3476ebecbf82 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 5 Dec 2024 07:48:55 -0500 Subject: [PATCH] Switch to self-hosted docker image --- .drone.yml | 8 ++++---- compose.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index ed5e9e0..d33583a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,12 +5,12 @@ steps: - name: build image image: plugins/docker settings: - username: - from_secret: docker_reg_username_3wc + username: 3wordchant password: - from_secret: docker_reg_passwd_3wc - repo: 3wordchant/abra-apps + from_secret: git_coopcloud_tech_token_3wc + repo: git.coopcloud.tech/coop-cloud/recipes.coopcloud.tech tags: latest + registry: git.coopcloud.tech - name: deployment image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest diff --git a/compose.yml b/compose.yml index 3b766d2..311f749 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "3wordchant/abra-apps:latest" + image: "git.coopcloud.tech/coop-cloud/recipes.coopcloud.tech:latest" networks: - proxy # healthcheck: