mirror of
https://github.com/Icinga/docker-icingaweb2.git
synced 2025-10-23 13:00:59 +02:00
parent
274b9393b1
commit
5e8461ac55
@ -64,7 +64,12 @@ case "$GITHUB_EVENT_NAME" in
|
||||
else
|
||||
TAG="${BASH_REMATCH[2]}"
|
||||
fi
|
||||
mkimg
|
||||
|
||||
if [ "${BASH_REMATCH[1]}" = heads ]; then
|
||||
BRANCH="${BASH_REMATCH[2]}"
|
||||
fi
|
||||
|
||||
mkimg "$BRANCH"
|
||||
push
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user