🐳 Drone CI auto update all my docker images
This commit is contained in:
11
Makefile
11
Makefile
@@ -1,11 +1,10 @@
|
||||
.PHONY: build push hub build_reg push_reg registry all
|
||||
|
||||
modded_mc = siverten/magma siverten/rlcraft
|
||||
mc_contexts = $(modded_mc) siverten/papermc siverten/waterfall
|
||||
game_contexts = $(mc_contexts) siverten/tshock
|
||||
#modded_mc = siverten/magma siverten/rlcraft
|
||||
#mc_contexts = $(modded_mc) siverten/papermc siverten/waterfall
|
||||
#game_contexts = $(mc_contexts) siverten/tshock
|
||||
|
||||
contexts = siverten/bind9 siverten/oxen siverten/tor\
|
||||
$(game_contexts)
|
||||
contexts = siverten/bind9 siverten/oxen siverten/tor # $(game_contexts)
|
||||
|
||||
build:
|
||||
$(foreach context,$(contexts),docker build --pull $(context);)
|
||||
@@ -14,7 +13,7 @@ push:
|
||||
hub: build push
|
||||
|
||||
|
||||
reg_contexts = xmr-stak
|
||||
reg_contexts = #xmr-stak
|
||||
|
||||
build_reg:
|
||||
$(foreach context,$(reg_contexts),docker build --pull $(context);docker tag $(context) registry.42069.no/$(context))
|
||||
|
Reference in New Issue
Block a user