Dont fetch on ARM CI except for tags

This commit is contained in:
Felix Ableitner 2021-03-03 18:02:55 +01:00
parent e02075d52d
commit c79f10688e

View file

@ -78,6 +78,9 @@ steps:
- apk add git
- git submodule init
- git submodule update --recursive --remote
when:
ref:
- refs/tags/*
- name: make release build and push to docker hub
image: plugins/docker