mirror of
https://github.com/Icinga/docker-icinga2.git
synced 2025-11-07 18:31:40 +01:00
Merge pull request #31 from Icinga/bugfix/support-branches
action.bash: don't fail at docker build -t on support branches
This commit is contained in:
commit
8c150a8bb0
@ -45,7 +45,7 @@ case "$GITHUB_EVENT_NAME" in
|
|||||||
;;
|
;;
|
||||||
push)
|
push)
|
||||||
grep -qEe '^refs/heads/.' <<<"$GITHUB_REF"
|
grep -qEe '^refs/heads/.' <<<"$GITHUB_REF"
|
||||||
TAG="$(cut -d / -f 3- <<<"$GITHUB_REF")"
|
TAG="$(cut -d / -f 3- <<<"$GITHUB_REF" |tr / -)"
|
||||||
mkimg
|
mkimg
|
||||||
push
|
push
|
||||||
;;
|
;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user