Update for new abra
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-01-15 17:09:56 -08:00
parent e2138e664d
commit 32eb8d72a0
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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