kind: pipeline name: default steps: - name: git-modules image: alpine/git commands: - git submodule update --recursive --remote --init - name: docker image: plugins/docker repo: repo.shimun.net/shimun/wireguard-user registry: repo.shimun.net cache_from: repo.shimun.net/shimun/wireguard-user username: from_secret: docker_username password: from_secret: docker_password