From 32eb8d72a0ea550b4165192179917d0ce35071a4 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 15 Jan 2023 17:09:56 -0800 Subject: [PATCH] Update for new abra --- Dockerfile | 4 +++- makefile | 7 ++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c9f924..e545c70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM thecoopcloud/abra:latest +FROM alpine:latest + +COPY --from=git.coopcloud.tech/coop-cloud/abra:latest /abra /usr/bin/abra COPY plugin.sh /plugin/plugin.sh diff --git a/makefile b/makefile index 715220f..b41618d 100644 --- a/makefile +++ b/makefile @@ -9,10 +9,7 @@ shellcheck: shellcheck /workdir/plugin.sh build: - @cd ~/.abra/src && \ - make push && \ - cd - && \ - docker build -t thecoopcloud/drone-abra . + @ docker build -t git.coopcloud.tech/coop-cloud/drone-abra . push: build - @docker push thecoopcloud/drone-abra + @docker push git.coopcloud.tech/coop-cloud/drone-abra