This commit is contained in:
parent
e2138e664d
commit
32eb8d72a0
@ -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
|
||||
|
||||
|
7
makefile
7
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user